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

Function xrealloc

zic.c:630–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628 return memcheck(malloc(size));
629}
630
631static void *
632xrealloc(void *ptr, size_t size)
633{
634 return memcheck(realloc(ptr, size));
635}
636
637static char *

Callers 1

growallocFunction · 0.85

Calls 1

memcheckFunction · 0.85

Tested by

no test coverage detected