#include <nnsys/fnd.h>
u32 NNS_FndAdjustFrmHeap(NNSFndHeapHandle heap);
| heap | Frame heap handle. |
Returns the size (in bytes) of the frame heap after compression if the function succeeds. If it fails, 0 is returned.
This function deallocates the empty region of the frame heap from the heap region, then compresses that part of the heap. The function fails if there is a memory block allocated from the back of the heap region.
NNS_FndAllocFromFrmHeap, NNS_FndAllocFromFrmHeapEx, NNS_FndFreeToFrmHeap
04/01/2004 Initial version.