#include <nnsys/fnd.h> void NNS_FndInitAllocatorForSDKHeap(
NNSFndAllocator* pAllocator,
OSArenaId id,
OSHeapHandle heap);
| pAllocator | NNSFndAllocator structure address. |
| id | Arena ID for arenas with heaps. |
| heap | Heap Handle. |
None.
Initializes the allocator to allocate and free memory on the heap created by calling the OS_CreateHeap() function from the NITRO-SDK.
NNS_FndInitAllocatorForExpHeap, NNS_FndInitAllocatorForFrmHeap, NNS_FndInitAllocatorForUnitHeap
08/02/2004 Initial version.
CONFIDENTIAL