void * F_CALLBACKAPI FSOUND_ALLOCCALLBACK( unsigned int size );
Parameters
size
Size in bytes of the memory block to be allocated and returned.
Return Value
On success, a pointer to the newly allocated block of memory is returned.
On failure, NULL is returned.
Remarks
Returning an aligned pointer, of 16 byte alignment is recommended for speed purposes.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, GameCube