#include <revolution/mem.h> void MEMFreeToUnitHeap( MEMHeapHandle heap, void* memBlock );
heap |
Unit heap handle |
|---|---|
memBlock |
Pointer to the memory block to deallocate |
None.
This function returns a memory block to the unit heap.
This function does nothing and ends if memBlock is NULL.
2006/03/01 Initial version.
CONFIDENTIAL