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

Function mi_zalloc_aligned_at

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

Source from the content-addressed store, hash-verified

195}
196
197mi_decl_nodiscard mi_decl_restrict void* mi_zalloc_aligned_at(size_t size, size_t alignment, size_t offset) mi_attr_noexcept {
198 return mi_heap_zalloc_aligned_at(mi_get_default_heap(), size, alignment, offset);
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);

Callers

nothing calls this directly

Calls 2

mi_get_default_heapFunction · 0.85

Tested by

no test coverage detected