#include <revolution/mem.h> s32 MEMGetHeapTotalSize( MEMHeapHandle heap );
heap |
Heap handle passed to the function. |
|---|
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.
2006/03/01 Initial version.
CONFIDENTIAL