#include <revolution/mem.h> s32 MEMGetHeapTotalUsableSize( MEMHeapHandle heap );
heap |
Heap handle passed to the function. |
|---|
Returns the total memory size allocated for the heap (not including the header).
Obtains the total memory size allocated for the heap (not including the header).
To get the occupied size in memory, including the header, use the MEMGetHeapTotalSize function.
2006/03/01 Initial version.
CONFIDENTIAL