Table of Contents
Wwise SDK 2019.2.10
|
AK::IAkPluginMemAlloc Class Referenceabstract
Inheritance diagram for AK::IAkPluginMemAlloc:

Public Member Functions | |
virtual void * | Malloc (size_t in_uSize)=0 |
virtual void | Free (void *in_pMemAddress)=0 |
virtual void * | Malign (size_t in_uSize, size_t in_uAlignment)=0 |
Protected Member Functions | |
virtual | ~IAkPluginMemAlloc () |
Virtual destructor on interface to avoid warnings. More... |
|
Detailed Description
Interface to memory allocation
![]() |
Warning: The functions in this interface are not thread-safe, unless stated otherwise. |
![]() |
Caution: SDK users should never call these function directly, but use memory allocation macros instead. |
Definition at line 47 of file IAkPluginMemAlloc.h.
The documentation for this class was generated from the following file:
- include/AK/SoundEngine/Common/IAkPluginMemAlloc.h