Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ dlmalloc_stats
Function
dlmalloc_stats
system/lib/dlmalloc.c:5477–5479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5475
5476
#if !NO_MALLOC_STATS
5477
void dlmalloc_stats() {
5478
internal_malloc_stats(gm);
5479
}
5480
#endif /* NO_MALLOC_STATS */
5481
5482
int dlmallopt(int param_number, int value) {
Callers
nothing calls this directly
Calls
1
internal_malloc_stats
Function · 0.85
Tested by
no test coverage detected