Expand description
Allocates a block of memory on the heap.
Parameters
const NSTDUSize size- The number of bytes to allocate.
Returns
NSTDAny ptr - A pointer to the heap block of memory.
Allocates a block of memory on the heap.
const NSTDUSize size - The number of bytes to allocate.NSTDAny ptr - A pointer to the heap block of memory.