IAllocator.alignedAllocate

Allocates n bytes of memory with specified alignment a. Implementations that do not support this primitive should always return null.

interface IAllocator
void[]
alignedAllocate
(
size_t n
,
uint a
)

Meta