Allocate size bytes.
number of bytes to allocate.
pointer to the allocated memory or NULL if out of memory. Returns a unique pointer if called with size 0.
See Implementation
Allocate size bytes.