Function


nuAuHeapInit


Syntax

void nuAuHeapInit(ALHeap *hp, u8 *base, s32 len)

Arguments

hp       pointer to ALHeap structure
base     pointer to the beginning point of DRAM heap
len      length of RAM heap in byte

Return Value

None

Description

Initializes the heap for the audio library

This function initializes the audio heap by calling alHeapInit function internally. For additional detail, see alHeapInit function. There is no need to call this function from applications since it is called within nuAuMgrInit and nuAuMgrInitEx.

See Also

alHeapInit