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

Function mi_aligned_recalloc

system/lib/mimalloc/src/alloc-posix.c:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200mi_decl_nodiscard void* mi_aligned_recalloc(void* p, size_t newcount, size_t size, size_t alignment) mi_attr_noexcept { // Microsoft
201 return mi_recalloc_aligned(p, newcount, size, alignment);
202}

Callers

nothing calls this directly

Calls 1

mi_recalloc_alignedFunction · 0.85

Tested by

no test coverage detected