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

Function mi_rezalloc

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

Source from the content-addressed store, hash-verified

451}
452
453mi_decl_nodiscard void* mi_rezalloc(void* p, size_t newsize) mi_attr_noexcept {
454 return mi_theap_rezalloc(_mi_theap_default(), p, newsize);
455}
456
457mi_decl_nodiscard void* mi_recalloc(void* p, size_t count, size_t size) mi_attr_noexcept {
458 return mi_theap_recalloc(_mi_theap_default(), p, count, size);

Callers 2

mi_thread_locals_expandFunction · 0.85
mi_json_buf_expandFunction · 0.85

Calls 2

mi_theap_rezallocFunction · 0.85
_mi_theap_defaultFunction · 0.85

Tested by

no test coverage detected