Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containers/bubblewrap
/ xcalloc
Function
xcalloc
utils.c:155–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
void *
156
xcalloc (size_t nmemb, size_t size)
157
{
158
void *res = calloc (nmemb, size);
159
160
if (res == NULL)
161
die_oom ();
162
return res;
163
}
164
165
void *
166
xrealloc (void *ptr, size_t size)
Callers
2
parse_args_recurse
Function · 0.85
parse_mountinfo
Function · 0.85
Calls
1
die_oom
Function · 0.85
Tested by
no test coverage detected