mi_heap_malloc_aligned_at

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

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

Meta