MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_aligned_recalloc

Function mi_aligned_recalloc

3rd/mimalloc-2.0.9/src/alloc-posix.c:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182mi_decl_nodiscard void* mi_aligned_recalloc(void* p, size_t newcount, size_t size, size_t alignment) mi_attr_noexcept { // Microsoft
183 return mi_recalloc_aligned(p, newcount, size, alignment);
184}

Callers

nothing calls this directly

Calls 1

mi_recalloc_alignedFunction · 0.85

Tested by

no test coverage detected