#include <revolution/mem.h> u32 MEMGetAllocatableSizeForFrmHeap( MEMHeapHandle heap );
heap |
Frame heap handle. |
Returns the largest size in bytes of the allocatable memory block from the free region in the frame heap.
This function obtains the largest size in bytes of the allocatable memory block from the free region in the frame heap. The memory block alignment has a value of 4.
MEMGetAllocatableSizeForFrmHeapEx, MEMAllocFromFrmHeap, MEMAllocFromFrmHeapEx
03/01/2006 Initial version.