Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ mi_recalloc_aligned
Function
mi_recalloc_aligned
3rd/mimalloc-2.0.9/src/alloc-aligned.c:304–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
mi_decl_nodiscard void* mi_recalloc_aligned(void* p, size_t newcount, size_t size, size_t alignment) mi_attr_noexcept {
305
return mi_heap_recalloc_aligned(mi_get_default_heap(), p, newcount, size, alignment);
306
}
Callers
2
main
Function · 0.85
mi_aligned_recalloc
Function · 0.85
Calls
2
mi_heap_recalloc_aligned
Function · 0.85
mi_get_default_heap
Function · 0.85
Tested by
1
main
Function · 0.68