Allocates memory on the heap.
The amount of bytes to allocate from the heap.
A pointer to the memory allocated on the heap. null if operation failed.
See Implementation
Allocates memory on the heap.