NNS_FndGetAllocatableSizeForExpHeap

C Specification

#include <nnsys/fnd.h>
u32 NNS_FndGetAllocatableSizeForExpHeap( NNSFndHeapHandle heap );

Arguments

heap Extended heap handle

Return Values

Returns the largest size (in bytes) of the memory block that can be allocated from the empty region of the extended heap.

Description

Obtains the largest size (in bytes) of the memory block that can be allocated from the empty region of the extended heap. The memory block alignment has a value of 4.

See Also

NNS_FndGetAllocatableSizeForExpHeapEx, NNS_FndGetTotalFreeSizeForExpHeap, NNS_FndAllocFromExpHeap, NNS_FndAllocFromExpHeapEx

Revision History

10/15/2004 Deleted unnecessary comma
04/01/2004 Initial version.


CONFIDENTIAL