#include <nitro/os.h>
void OS_DestroyHeap( OSArenaId id, OSHeapHandle heap );
This function destroys a heap region. The arena is specified by an arena ID. For more information about this value see OS_InitArena.
id |
The arena from which the heap to be destroyed. |
heap |
The handle of the heap to be destroyed. |
None.
01/06/2004 Initial version