MCPcopy Index your code
hub / github.com/dcodeIO/webassembly / dlbulk_free

Function dlbulk_free

lib/dlmalloc/malloc.c:5311–5313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5309}
5310
5311size_t dlbulk_free(void* array[], size_t nelem) {
5312 return internal_bulk_free(gm, array, nelem);
5313}
5314
5315#if MALLOC_INSPECT_ALL
5316void 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