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