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