mi_heap_calloc_aligned_at

Allocate zero-initialized count elements of size bytes aligned by alignment at a specified offset in a specific heap.

extern (C) @nogc pure @system nothrow
void*
mi_heap_calloc_aligned_at
(,
size_t count
,
size_t size
,
size_t alignment
,
size_t offset
)

Meta