MEMGetHeapTotalUsableSize

Syntax

#include <revolution/mem.h>

s32 MEMGetHeapTotalUsableSize( MEMHeapHandle heap );

Arguments

heap Heap handle passed to the function.

Return Values

Returns the total memory size allocated for the heap (not including the header).

Description

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.

See Also

MEMGetHeapTotalSize

Revision History

2006/03/01 Initial version.


CONFIDENTIAL