#include <nnsys/fnd.h>
u32 NNS_FndGetAllocatableSizeForFrmHeapEx(
NNSFndHeapHandle heap,
int alignment);
heap | Frame heap handle. |
alignment | Memory block alignment. Can take any of the following values: 4, 8, 16, 32. |
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 alignment of the memory block is determined by alignment
. The size of the memory block which can be allocated will change depending on the alignment value.
NNS_FndGetAllocatableSizeForFrmHeap, NNS_FndCreateFrmHeap, NNS_FndCreateFrmHeapEx, NNS_FndAllocFromFrmHeap, NNS_FndAllocFromFrmHeapEx
2004/04/01 Initial version.
CONFIDENTIAL