IAllocator.alignedAllocate
void[] alignedAllocate(size_t n, uint a)Allocates n bytes of memory with specified alignment a. Implementations that do not support this primitive should always return null.
void[] alignedAllocate(size_t n, uint a)Allocates n bytes of memory with specified alignment a. Implementations that do not support this primitive should always return null.