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

Function mspace_mallinfo

system/lib/dlmalloc.c:6053–6059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6051
6052#if !NO_MALLINFO
6053struct mallinfo mspace_mallinfo(mspace msp) {
6054 mstate ms = (mstate)msp;
6055 if (!ok_magic(ms)) {
6056 USAGE_ERROR_ACTION(ms,ms);
6057 }
6058 return internal_mallinfo(ms);
6059}
6060#endif /* NO_MALLINFO */
6061
6062size_t mspace_usable_size(const void* mem) {

Callers

nothing calls this directly

Calls 1

internal_mallinfoFunction · 0.85

Tested by

no test coverage detected