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