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

Function emmalloc_dump_memory_regions

system/lib/emmalloc.c:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void emmalloc_dump_memory_regions() {
405 MALLOC_ACQUIRE();
406 dump_memory_regions();
407 MALLOC_RELEASE();
408}
409
410static int validate_memory_regions() {
411 ASSERT_MALLOC_IS_ACQUIRED();

Callers

nothing calls this directly

Calls 1

dump_memory_regionsFunction · 0.85

Tested by

no test coverage detected