Wwise SDK 2022.1.17
|
#include <IAkPluginMemAlloc.h>
Public 멤버 함수 | |
AkForceInline | AkPluginArrayAllocator () |
AkForceInline void | Init (AK::IAkPluginMemAlloc *in_pAllocator) |
Protected 멤버 함수 | |
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 파일의 198 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요