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

Function xmallocz_gently

wrapper.c:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void *xmallocz_gently(size_t size)
101{
102 return do_xmallocz(size, 1);
103}
104
105/*
106 * xmemdupz() allocates (len + 1) bytes of memory, duplicates "len" bytes of

Callers 1

unpack_compressed_entryFunction · 0.85

Calls 1

do_xmalloczFunction · 0.85

Tested by

no test coverage detected