Wwise SDK 2024.1.3
|
#include <IAkPluginMemAlloc.h>
Public Member Functions | |
virtual void * | Malloc (size_t in_uSize, const char *in_pszFile, AkUInt32 in_uLine)=0 |
virtual void | Free (void *in_pMemAddress)=0 |
virtual void * | Malign (size_t in_uSize, size_t in_uAlignment, const char *in_pszFile, AkUInt32 in_uLine)=0 |
virtual void * | Realloc (void *in_pMemAddress, size_t in_uSize, const char *in_pszFile, AkUInt32 in_uLine)=0 |
virtual void * | ReallocAligned (void *in_pMemAddress, size_t in_uSize, size_t in_uAlignment, const char *in_pszFile, AkUInt32 in_uLine)=0 |
Protected Member Functions | |
virtual | ~IAkPluginMemAlloc () |
Virtual destructor on interface to avoid warnings. More... | |
Interface to memory allocation
![]() | Caution: SDK users should never call these function directly, but use memory allocation macros instead. |
Definition at line 41 of file IAkPluginMemAlloc.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise