Allocates n bytes of memory aligned at alignment a.
number of bytes to allocate
alignment for the allocated block
Either a suitable block of n bytes aligned at a, or null.
See Implementation
Allocates n bytes of memory aligned at alignment a.