MCPcopy Index your code
hub / github.com/git/git / xmallocz

Function xmallocz

wrapper.c:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void *xmallocz(size_t size)
96{
97 return do_xmallocz(size, 0);
98}
99
100void *xmallocz_gently(size_t size)
101{

Callers 15

do_parse_config_keyFunction · 0.85
prefix_path_gentlyFunction · 0.85
read_gitfile_gentlyFunction · 0.85
create_directoriesFunction · 0.85
patch_deltaFunction · 0.85
attr_value_unescapeFunction · 0.85
grep_source_load_fileFunction · 0.85
unpack_loose_restFunction · 0.85
xmemdupzFunction · 0.85
ll_ext_mergeFunction · 0.85
should_prune_worktreeFunction · 0.85
show_patch_diffFunction · 0.85

Calls 1

do_xmalloczFunction · 0.85

Tested by 3

attr_value_unescapeFunction · 0.68
cmd__path_utilsFunction · 0.68