MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / dlmallinfo

Function dlmallinfo

system/lib/dlmalloc.c:5471–5473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5469
5470#if !NO_MALLINFO
5471struct mallinfo dlmallinfo(void) {
5472 return internal_mallinfo(gm);
5473}
5474#endif /* NO_MALLINFO */
5475
5476#if !NO_MALLOC_STATS

Callers

nothing calls this directly

Calls 1

internal_mallinfoFunction · 0.85

Tested by

no test coverage detected