Wwise SDK 2019.2.15
|
クラス | |
class | AK::IAkPluginMemAlloc |
名前空間 | |
namespace | AK |
Audiokinetic namespace |
|
マクロ定義 | |
#define | AK_PLUGIN_NEW(_allocator, _what) new(_allocator) _what |
#define | AK_PLUGIN_ALLOC(_allocator, _size) (_allocator)->Malloc((_size)) |
#define | AK_PLUGIN_ALLOC_ALIGN(_allocator, _size, _align) (_allocator)->Malign((_size),(_align)) |
#define | AK_PLUGIN_FREE(_allocator, _pvmem) (_allocator)->Free((_pvmem)) |
関数 | |
AkForceInline void * | operator new (size_t size, AK::IAkPluginMemAlloc *in_pAllocator) throw () |
AkForceInline void | operator delete (void *, AK::IAkPluginMemAlloc *) throw () |
template<class T > | |
AkForceInline void | AK_PLUGIN_DELETE (AK::IAkPluginMemAlloc *in_pAllocator, T *in_pObject) |
Memory allocation macros for Wwise sound engine plug-ins.
IAkPluginMemAlloc.h に定義があります。