CSharedAllocatorImpl.alignedAllocate

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

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

Meta