#include <nnsys/fnd.h>
u32 NNS_FndGetAllocatableSizeForExpHeap(NNSFndHeapHandle heap);
heap | Extended heap handle |
Returns the largest size (in bytes) of the memory block that can be allocated from the empty region of the extended heap.
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.
NNS_FndGetAllocatableSizeForExpHeapEx
, NNS_FndGetTotalFreeSizeForExpHeap
, NNS_FndAllocFromExpHeap
, NNS_FndAllocFromExpHeapEx
2004/10/15 Deleted unnecessary comma
2004/04/01 Initial version.
CONFIDENTIAL