#include <revolution/os.h>
void* OSDestroyHeap (OSHeapHandle heap);
|
The operating heap handle previously created with the OSCreateHeap function. |
None.
Although this function is provided for compatibility's sake, we recommend using the MEM library.
Frees the descriptor for the heap region heap. Subsequent allocation requests from this heap will fail unless another heap with the same handle is created.
Memory Allocation Functions, OSCreateHeap
2006/03/01 Initial version.
CONFIDENTIAL