Function

nuAuStlHeapAlloc

Syntax:
void* nuAuStlHeapAlloc(s32 length)
Argument: 
length 	Memory size reserved from heap
Return Value: 
Pointer to reserved heap memory
Description: 

Reserves an amount of memory, specified by length, from the audio heap and returns a pointer.