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