#include <nnsys/fnd.h>
u32 NNS_FndGetAllocatableSizeForFrmHeap(NNSFndHeapHandle heap);
heap | Frame heap handle. |
Returns the largest size (in bytes) of the memory block that can be allocated from the empty region of the frame heap.
This function obtains the largest size (in bytes) of the memory block that can be allocated from the empty region of the frame heap. The memory block alignment has a value of 4.
NNS_FndGetAllocatableSizeForFrmHeapEx, NNS_FndAllocFromFrmHeap, NNS_FndAllocFromFrmHeapEx,
2004/04/01 Initial version.
CONFIDENTIAL