MCPcopy Create free account
hub / github.com/eggert/tz / xmalloc

Function xmalloc

zic.c:624–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 return ptr;
623}
624
625static void *
626xmalloc(size_t size)
627{
628 return memcheck(malloc(size));
629}
630
631static void *

Callers 4

random_direntFunction · 0.70
relnameFunction · 0.70
writezoneFunction · 0.70
outzoneFunction · 0.70

Calls 1

memcheckFunction · 0.85

Tested by

no test coverage detected