CAllocatorImpl.alignedAllocate

If impl.alignedAllocate exists, calls it and returns the result. Otherwise, always returns null.

class CAllocatorImpl(Allocator, Flag!"indirect" indirect = No.indirect)
override
void[]
alignedAllocate
(
size_t s
,
uint a
)

Meta