mi_zalloc_aligned_at

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

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

Meta