構成 | |
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_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 で定義されています。