Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
631
static void *
632
xrealloc(void *ptr, size_t size)
633
{
634
return memcheck(realloc(ptr, size));
635
}
636
637
static char *
Callers
1
growalloc
Function · 0.85
Calls
1
memcheck
Function · 0.85
Tested by
no test coverage detected