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

Function mi_heap_zalloc_aligned

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

Source from the content-addressed store, hash-verified

173}
174
175mi_decl_nodiscard mi_decl_restrict void* mi_heap_zalloc_aligned(mi_heap_t* heap, size_t size, size_t alignment) mi_attr_noexcept {
176 return mi_heap_zalloc_aligned_at(heap, size, alignment, 0);
177}
178
179mi_decl_nodiscard mi_decl_restrict void* mi_heap_calloc_aligned_at(mi_heap_t* heap, size_t count, size_t size, size_t alignment, size_t offset) mi_attr_noexcept {
180 size_t total;

Callers 1

mi_zalloc_alignedFunction · 0.85

Calls 1

Tested by

no test coverage detected