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

Function mi_calloc_aligned_at

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

Source from the content-addressed store, hash-verified

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);
207}
208
209mi_decl_nodiscard mi_decl_restrict void* mi_calloc_aligned(size_t count, size_t size, size_t alignment) mi_attr_noexcept {
210 return mi_heap_calloc_aligned(mi_get_default_heap(), count, size, alignment);

Callers

nothing calls this directly

Calls 2

mi_get_default_heapFunction · 0.85

Tested by

no test coverage detected