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

Function dlbulk_free

system/lib/dlmalloc.c:5418–5420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5416}
5417
5418size_t dlbulk_free(void* array[], size_t nelem) {
5419 return internal_bulk_free(gm, array, nelem);
5420}
5421
5422#if MALLOC_INSPECT_ALL
5423void dlmalloc_inspect_all(void(*handler)(void *start,

Callers

nothing calls this directly

Calls 1

internal_bulk_freeFunction · 0.85

Tested by

no test coverage detected