Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containers/bubblewrap
/ xmalloc
Function
xmalloc
utils.c:145–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
void *
146
xmalloc (size_t size)
147
{
148
void *res = malloc (size);
149
150
if (res == NULL)
151
die_oom ();
152
return res;
153
}
154
155
void *
156
xcalloc (size_t nmemb, size_t size)
Callers
3
strconcat
Function · 0.85
strconcat3
Function · 0.85
load_file_data
Function · 0.85
Calls
1
die_oom
Function · 0.85
Tested by
no test coverage detected