Table des matières
Wwise SDK 2018.1.11
|
IAkPluginMemAlloc.h
Go to the documentation of this file.
42 /// \akcaution SDK users should never call these function directly, but use memory allocation macros instead. \endakcaution
84 AkForceInline void * operator</span> new(size_t size,AK::IAkPluginMemAlloc * in_pAllocator,const char* szFile,AkUInt32 ulLine) throw()
89 AkForceInline void operator</span> delete(void *, AK::IAkPluginMemAlloc *, const char*, AkUInt32) throw() {}
93 AkForceInline void * operator</span> new(size_t size,AK::IAkPluginMemAlloc * in_pAllocator) throw()
virtual void * Malloc(size_t in_uSize)=0
virtual ~IAkPluginMemAlloc()
Virtual destructor on interface to avoid warnings.
Definition: IAkPluginMemAlloc.h:49
virtual void Free(void *in_pMemAddress)=0
Definition: IAkPluginMemAlloc.h:45
AkForceInline void AK_PLUGIN_DELETE(AK::IAkPluginMemAlloc *in_pAllocator, T *in_pObject)
Definition: IAkPluginMemAlloc.h:131