#include <revolution/mem.h> u32 MEMGetAllocatableSizeForExpHeap( MEMHeapHandle heap );
heap |
Expanded heap handle. |
Returns the largest size in bytes of the allocatable memory block from the free region in the expanded heap.
This function obtains the largest size in bytes of the allocatable memory block from the free region in the expanded heap. The memory block alignment has a value of 4.
MEMGetAllocatableSizeForExpHeapEx, MEMGetTotalFreeSizeForExpHeap, MEMAllocFromExpHeap, MEMAllocFromExpHeapEx
03/01/2006 Initial version.