#include <revolution/mem.h> s32 MEMGetHeapTotalSize( MEMHeapHandle heap );
heap |
Heap handle. |
Returns the total memory size allocated for the heap (including the header).
This function gets the total memory size allocated for the heap (including the header).
To get the total memory size without the header, use the MEMGetHeapTotalUsableSize function.
03/01/2006 Initial version.