Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ dMalloc0
Function
dMalloc0
dlib/dlib.c:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void *dMalloc0 (size_t size)
62
{
63
void *value = dMalloc (size);
64
memset (value, 0, size);
65
return value;
66
}
67
68
void dFree (void *mem)
69
{
Callers
nothing calls this directly
Calls
1
dMalloc
Function · 0.85
Tested by
no test coverage detected