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