Version

    Other Documentation

menu_open
Wwise SDK 2021.1.14
AK::IAkPluginMemAlloc Class Referenceabstract

#include <IAkPluginMemAlloc.h>

Inheritance diagram for AK::IAkPluginMemAlloc:
AK.Wwise::Mallocator

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...
 

Detailed Description

Interface to memory allocation

Caution: SDK users should never call these function directly, but use memory allocation macros instead.
See also

Definition at line 43 of file IAkPluginMemAlloc.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise