BoehmAllocator.alignedAllocate

Allocates aligned memory using GC_memalign, returns null if allocation fails

struct BoehmAllocator
@trusted @nogc nothrow shared
void[]
alignedAllocate
(
size_t bytes
,
uint a
)

Meta