NNS_FndGetSizeForMBlockExpHeap

Syntax

#include <nnsys/fnd.h>
u32 NNS_FndGetSizeForMBlockExpHeap(const void* memBlock);

Arguments

memBlock Pointer to the memory block for which to obtain the size.

Return Values

Returns the size (in bytes) of the designated memory block.

Description

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

See Also

NNS_FndGetGroupIDForMBlockExpHeap, NNS_FndGetAllocDirForMBlockExpHeap

Revision History

2004/04/01 Initial version.


CONFIDENTIAL