n bytes aligned at a, or null.void[] alignedAllocate(size_t n, uint a) pure nothrow @trusted @nogcAllocates n bytes of memory aligned at alignment a.
n | number of bytes to allocate |
a | alignment for the allocated block |
n bytes aligned at a, or null.