Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
625
static void *
626
xmalloc(size_t size)
627
{
628
return memcheck(malloc(size));
629
}
630
631
static void *
Callers
4
random_dirent
Function · 0.70
relname
Function · 0.70
writezone
Function · 0.70
outzone
Function · 0.70
Calls
1
memcheck
Function · 0.85
Tested by
no test coverage detected