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