IAllocator.alignedAllocate
void[] alignedAllocate(size_t n, uint a) nothrowAllocates 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) nothrowAllocates n bytes of memory with specified alignment a. Implementations that do not support this primitive should always return null.