Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcodeIO/webassembly
/ if
Function
if
lib/dlmalloc/malloc.c:5189–5191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5187
}
5188
#ifdef REALLOC_ZERO_BYTES_FREES
5189
else if (bytes == 0) {
5190
dlfree(oldmem);
5191
}
5192
#endif /* REALLOC_ZERO_BYTES_FREES */
5193
else {
5194
size_t nb = request2size(bytes);
Callers
nothing calls this directly
Calls
2
dlfree
Function · 0.85
mspace_free
Function · 0.85
Tested by
no test coverage detected