#include <nnsys/fnd.h>
void NNS_FndInitAllocatorForUnitHeap(
NNSFndAllocator* pAllocator,
NNSFndHeapHandle heap);
pAllocator | NNSFndAllocator Structure Address. |
heap | Unit Heap Handle. |
None.
Initializes the allocator to allocate and free the memory from the unit heap.
It is not possible to allocate a memory block that is larger than the size of the memory block specified in the specified unit heap. In a case like that, the function NNS_FndAllocFromAllocator()
would return NULL.
NNS_FndInitAllocatorForExpHeap, NNS_FndInitAllocatorForFrmHeap, NNS_FndInitAllocatorForSDKHeap
2004/08/02 Initial version.
CONFIDENTIAL