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

Function mspace_bulk_free

system/lib/dlmalloc.c:5946–5948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5944}
5945
5946size_t mspace_bulk_free(mspace msp, void* array[], size_t nelem) {
5947 return internal_bulk_free((mstate)msp, array, nelem);
5948}
5949
5950#if MALLOC_INSPECT_ALL
5951void mspace_inspect_all(mspace msp,

Callers

nothing calls this directly

Calls 1

internal_bulk_freeFunction · 0.85

Tested by

no test coverage detected