#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 deallocate memory on the heap created by calling the OS_CreateHeap
function from the TWL-SDK.
NNS_FndInitAllocatorForExpHeap
NNS_FndInitAllocatorForFrmHeap
NNS_FndInitAllocatorForUnitHeap
2008/06/20 Corrected by changing the name of NITRO-SDK (from NITRO-SDK to TWL-SDK).
2004/08/02 Initial version.
CONFIDENTIAL