Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ if
Function
if
system/lib/dlmalloc.c:5288–5290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5286
}
5287
#ifdef REALLOC_ZERO_BYTES_FREES
5288
else if (bytes == 0) {
5289
dlfree(oldmem);
5290
}
5291
#endif /* REALLOC_ZERO_BYTES_FREES */
5292
else {
5293
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