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

Function mi_heap_recalloc

system/lib/mimalloc/src/alloc.c:479–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479mi_decl_nodiscard void* mi_heap_recalloc(mi_heap_t* heap, void* p, size_t count, size_t size) mi_attr_noexcept {
480 return mi_theap_recalloc(_mi_heap_theap(heap), p, count, size);
481}
482
483
484

Callers

nothing calls this directly

Calls 2

mi_theap_recallocFunction · 0.85
_mi_heap_theapFunction · 0.85

Tested by

no test coverage detected