A heap which is a simple abstraction over nuAlloc, nuRealloc and nuFree.
Allocates memory on the heap.
Frees memory from the heap.
Attempts to reallocate an existing memory allocation on the heap.
Frees memory from the heap. Note: Only memory owned by the heap may be freed by it.
See Implementation
A heap which is a simple abstraction over nuAlloc, nuRealloc and nuFree.