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

Function mi_zalloc_aligned

3rd/mimalloc-2.0.9/src/alloc-aligned.c:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201mi_decl_nodiscard mi_decl_restrict void* mi_zalloc_aligned(size_t size, size_t alignment) mi_attr_noexcept {
202 return mi_heap_zalloc_aligned(mi_get_default_heap(), size, alignment);
203}
204
205mi_decl_nodiscard mi_decl_restrict void* mi_calloc_aligned_at(size_t count, size_t size, size_t alignment, size_t offset) mi_attr_noexcept {
206 return mi_heap_calloc_aligned_at(mi_get_default_heap(), count, size, alignment, offset);

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 2

mi_heap_zalloc_alignedFunction · 0.85
mi_get_default_heapFunction · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68