#include <revolution/mem.h> u32 MEMGetTotalFreeSizeForExpHeap( MEMHeapHandle heap );
heap |
Expanded heap handle. |
Returns the size in bytes of the free region in the extended heap.
This function gets the size in bytes of the free region in the extended heap.
MEMGetAllocatableSizeForExpHeap, MEMGetAllocatableSizeForExpHeapEx, MEMAllocFromExpHeap, MEMAllocFromExpHeapEx
03/01/2006 Initial version.