#include <nnsys/fnd.h>
void* NNS_FndAllocFromUnitHeap(NNSFndHeapHandle heap);
heap | Unit heap handle |
When the memory block has been allocated, it returns the starting address of that memory block. When the memory cannot be allocated, NULL is returned.
Allocates a memory block from the unit heap.
NNS_FndFreeToUnitHeap, NNS_FndCreateUnitHeap, NNS_FndCreateUnitHeapEx
2004/04/01 Initial version.
CONFIDENTIAL