|
Wwise SDK 2024.1.10
|
#include AkArray.h>
公開メンバ関数 | |
| AkForceInline void * | Alloc (size_t in_uSize) |
| AkForceInline void * | ReAlloc (void *in_pCurrent, size_t in_uOldSize, size_t in_uNewSize) |
| AkForceInline void | Free (void *in_pAddress) |
| AkForceInline void | TransferMem (void *&io_pDest, AkArrayAllocatorAlignedSimd in_srcAlloc, void *in_pSrc) |