ISharedAllocator.alignedAllocate

void[] alignedAllocate(size_t n, uint a) shared;

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