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

Function mi_theap_rezalloc

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

Source from the content-addressed store, hash-verified

423}
424
425static void* mi_theap_rezalloc(mi_theap_t* theap, void* p, size_t newsize) mi_attr_noexcept {
426 return _mi_theap_realloc_zero(theap, p, newsize, true, NULL, NULL);
427}
428
429static void* mi_theap_recalloc(mi_theap_t* theap, void* p, size_t count, size_t size) mi_attr_noexcept {
430 size_t total;

Callers 3

mi_theap_recallocFunction · 0.85
mi_rezallocFunction · 0.85
mi_heap_rezallocFunction · 0.85

Calls 1

_mi_theap_realloc_zeroFunction · 0.85

Tested by

no test coverage detected