ISharedAllocator.alignedAllocate

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

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

Meta