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

Function dlindependent_comalloc

system/lib/dlmalloc.c:5413–5416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5411}
5412
5413void** dlindependent_comalloc(size_t n_elements, size_t sizes[],
5414 void* chunks[]) {
5415 return ialloc(gm, n_elements, sizes, 0, chunks);
5416}
5417
5418size_t dlbulk_free(void* array[], size_t nelem) {
5419 return internal_bulk_free(gm, array, nelem);

Callers

nothing calls this directly

Calls 1

iallocFunction · 0.85

Tested by

no test coverage detected