nw::snd::SoundMemoryAllocatable::Alloc Member Function#include <nw/snd/snd_SoundMemoryAllocatable.h>
virtual void * Alloc(
size_t size
) = 0;
| Name | Description | |
|---|---|---|
| in | size |
Memory size to be allocated. |
Allocates memory from the heap in main memory.
The start address of the memory to be allocated must be 32-byte aligned.
CONFIDENTIAL