Wwise SDK 2021.1.14
|
#include <IAkPluginMemAlloc.h>
公開メンバ関数 | |
AkForceInline | AkPluginArrayAllocator () |
AkForceInline void | Init (AK::IAkPluginMemAlloc *in_pAllocator) |
限定公開メンバ関数 | |
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, AkPluginArrayAllocator &in_src, void *in_pSrc) |
AkForceInline AK::IAkPluginMemAlloc * | GetAllocator () |
Allocator for plugin-friendly arrays (see AkArray). Usage: Initialize the array with Init(AK::IAkPluginMemAlloc* in_pAllocator), passing it the memory allocator received from the host. Then use normally.
IAkPluginMemAlloc.h の 199 行目に定義があります。