NNS_FndGetSizeForMBlockExpHeap

C Specification

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

Arguments

memBlock Pointer to the memory block that obtains 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

04/01/2004 Initial version.


CONFIDENTIAL