Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eggert/tz
/ xstrdup
Function
xstrdup
zic.c:636–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
634
return memcheck(realloc(ptr, size));
635
}
636
637
static char *
638
xstrdup(char const *str)
639
{
640
return memcheck(strdup(str));
641
}
642
643
static ptrdiff_t
Callers
5
inrule
Function · 0.85
inzsub
Function · 0.85
inlink
Function · 0.85
rulesub
Function · 0.85
mkdirs
Function · 0.85
Calls
2
memcheck
Function · 0.85
strdup
Function · 0.85
Tested by
no test coverage detected