Wwise SDK 2021.1.9
AkArrayAllocatorAlignedSimd
Version
Wwise SDK 2021.1.9
|
AkArrayAllocatorAlignedSimd< T_MEMID > Struct Template Reference
#include <AkArray.h>
Public Member Functions | |
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< T_MEMID > in_srcAlloc, void *in_pSrc) |