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