Version

    Autre Documentation

menu_open
Wwise SDK 2023.1.2
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 42 of file IAkPluginMemAlloc.h.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise