mi_heap_zalloc_aligned_at

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

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

Meta