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

Function xmalloc

wrapper.c:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void *xmalloc(size_t size)
75{
76 return do_xmalloc(size, 0);
77}
78
79static void *do_xmallocz(size_t size, int gentle)
80{

Callers 15

store_bitmapFunction · 0.70
bitmap_test_data_prepareFunction · 0.70
populate_remote_urlsFunction · 0.70
configset_add_valueFunction · 0.70
enable_delayed_checkoutFunction · 0.70
spanhash_rehashFunction · 0.70
hash_charsFunction · 0.70
zlib_deflate_rawFunction · 0.70
path_msgFunction · 0.70
merge_submoduleFunction · 0.70

Calls 1

do_xmallocFunction · 0.85

Tested by 4

do_compressFunction · 0.40
alloc_test_entryFunction · 0.40
parallel_nextFunction · 0.40
testFunction · 0.40