MEMGetSizeForMBlockExpHeap

Syntax

#include <revolution/mem.h>

u32 MEMGetSizeForMBlockExpHeap( const void* memBlock );

Arguments

memBlock Pointer to the memory block for getting the size

Return Values

Returns the size in bytes for the specified memory block.

Description

This function gets the size of the allocated memory block from the extended heap.

See Also

MEMGetGroupIDForMBlockExpHeap, MEMGetAllocDirForMBlockExpHeap

Revision History

2006/03/01 Initial version.


CONFIDENTIAL