Wwise SDK 2024.1.4
|
#include <AkAllocator.h>
Public Member Functions | |
virtual void * | Malloc (size_t in_uSize, const char *, AkUInt32) override |
virtual void | Free (void *in_pMemAddress) override |
virtual void * | Malign (size_t in_uSize, size_t in_uAlignment, const char *, AkUInt32) override |
virtual void * | Realloc (void *in_pMemAddress, size_t in_uSize, const char *, AkUInt32) override |
virtual void * | ReallocAligned (void *in_pMemAddress, size_t in_uSize, size_t in_uAlignment, const char *, AkUInt32) override |
Additional Inherited Members | |
![]() | |
virtual | ~IAkPluginMemAlloc () |
Virtual destructor on interface to avoid warnings. More... | |
Definition at line 45 of file AkAllocator.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