MEMGetSizeForMBlockExpHeap

C Specification

#include <revolution/mem.h>

u32 MEMGetSizeForMBlockExpHeap( const void* memBlock );

Arguments

memBlock Pointer to the memory block to get the size for.

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