Allocates the size expressed in bytes aligned by alignment.
Number of bytes to allocate.
the minimal alignment of the allocated memory.
An array with aligned allocated memory or null if out of memory. Returns null if called with size 0.
See Implementation
Allocates the size expressed in bytes aligned by alignment.