Version

menu_open
Attention : vous avez été redirigé vers la plus récente documentation correspondant à votre version générale ( 2024.1.1.8691 ). Si vous souhaitez accéder à la documentation de votre version précise, veuillez télécharger la documentation hors ligne depuis l'Audiokinetic Launcher et sélectionner l'option de documentation Offline dans l'application de création Wwise.
Wwise SDK 2024.1.1
AK::MemoryMgr Namespace Reference

Classes

struct  CategoryStats
 
struct  GlobalStats
 

Functions

AKSOUNDENGINE_API AKRESULT Init (AkMemSettings *in_pSettings)
 
AKSOUNDENGINE_API void GetDefaultSettings (AkMemSettings &out_pMemSettings)
 Obtain the default initialization settings for the default implementation of the Memory Manager. More...
 
AKSOUNDENGINE_API void VerifyMemoryArenaIntegrity (AkMemoryMgrArena in_eArena)
 
AKSOUNDENGINE_API AK::MemoryArena::AkMemoryArena * GetMemoryArena (AkMemoryMgrArena in_eArena)
 Helper to fetch each the arena. Should only be used for debug purposes, e.g. profiling, stats, integrity checks. Returns null in AK_OPTIMIZED builds. More...
 
Initialization
AKSOUNDENGINE_API bool IsInitialized ()
 
AKSOUNDENGINE_API void Term ()
 
AKSOUNDENGINE_API void InitForThread ()
 
AKSOUNDENGINE_API void TermForThread ()
 
AKSOUNDENGINE_API void TrimForThread ()
 
Memory Allocation
AKSOUNDENGINE_API void * dMalloc (AkMemPoolId in_poolId, size_t in_uSize, const char *in_pszFile, AkUInt32 in_uLine)
 
AKSOUNDENGINE_API void * Malloc (AkMemPoolId in_poolId, size_t in_uSize)
 
AKSOUNDENGINE_API void * dRealloc (AkMemPoolId in_poolId, void *in_pAlloc, size_t in_uSize, const char *in_pszFile, AkUInt32 in_uLine)
 
AKSOUNDENGINE_API void * Realloc (AkMemPoolId in_poolId, void *in_pAlloc, size_t in_uSize)
 
AKSOUNDENGINE_API void * dReallocAligned (AkMemPoolId in_poolId, void *in_pAlloc, size_t in_uSize, AkUInt32 in_uAlignment, const char *in_pszFile, AkUInt32 in_uLine)
 
AKSOUNDENGINE_API void * ReallocAligned (AkMemPoolId in_poolId, void *in_pAlloc, size_t in_uSize, AkUInt32 in_uAlignment)
 
AKSOUNDENGINE_API void Free (AkMemPoolId in_poolId, void *in_pMemAddress)
 
AKSOUNDENGINE_API void * dMalign (AkMemPoolId in_poolId, size_t in_uSize, AkUInt32 in_uAlignment, const char *in_pszFile, AkUInt32 in_uLine)
 
AKSOUNDENGINE_API void * Malign (AkMemPoolId in_poolId, size_t in_uSize, AkUInt32 in_uAlignment)
 
Memory Profiling
AKSOUNDENGINE_API void GetCategoryStats (AkMemPoolId in_poolId, CategoryStats &out_poolStats)
 
AKSOUNDENGINE_API void GetGlobalStats (GlobalStats &out_stats)
 
AKSOUNDENGINE_API void StartProfileThreadUsage ()
 
AKSOUNDENGINE_API AkUInt64 StopProfileThreadUsage ()
 
AKSOUNDENGINE_API void DumpToFile (const AkOSChar *pszFilename)
 
C runtime allocator functions for the default implementation of the Memory Manager.
AKSOUNDENGINE_API void AkCrtAllocatorInitForThread ()
 
AKSOUNDENGINE_API void AkCrtAllocatorTermForThread ()
 
AKSOUNDENGINE_API void AkCrtAllocatorTrimForThread ()
 
AKSOUNDENGINE_API void * AkCrtAllocatorMalloc (AkMemPoolId poolId, size_t uSize)
 
AKSOUNDENGINE_API void * AkCrtAllocatorMalign (AkMemPoolId poolId, size_t uSize, AkUInt32 uAlignment)
 
AKSOUNDENGINE_API void * AkCrtAllocatorRealloc (AkMemPoolId poolId, void *pAddress, size_t uSize)
 
AKSOUNDENGINE_API void * AkCrtAllocatorReallocAligned (AkMemPoolId poolId, void *pAddress, size_t uSize, AkUInt32 uAlignment)
 
AKSOUNDENGINE_API void AkCrtAllocatorFree (AkMemPoolId poolId, void *pAddress)
 
AKSOUNDENGINE_API size_t AkCrtAllocatorTotalReservedMemorySize ()
 
AKSOUNDENGINE_API size_t AkCrtAllocatorSizeOfMemory (AkMemPoolId poolID, void *pAddress)
 
Debug tool hooks for the default implementation of the Memory Manager.
AKSOUNDENGINE_API AKRESULT AkMemDebugToolInit ()
 
AKSOUNDENGINE_API void AkMemDebugToolTerm ()
 
AKSOUNDENGINE_API void AkMemDebugToolMalloc (AkMemPoolId poolId, size_t uSize, void *pAddress, char const *pszFile, AkUInt32 uLine)
 
AKSOUNDENGINE_API void AkMemDebugToolMalign (AkMemPoolId poolId, size_t uSize, AkUInt32 uAlignment, void *pAddress, char const *pszFile, AkUInt32 uLine)
 
AKSOUNDENGINE_API void AkMemDebugToolRealloc (AkMemPoolId poolId, void *pOldAddress, size_t uSize, void *pNewAddress, char const *pszFile, AkUInt32 uLine)
 
AKSOUNDENGINE_API void AkMemDebugToolReallocAligned (AkMemPoolId poolId, void *pOldAddress, size_t uSize, AkUInt32 uAlignment, void *pNewAddress, char const *pszFile, AkUInt32 uLine)
 
AKSOUNDENGINE_API void AkMemDebugToolFree (AkMemPoolId poolId, void *pAddress)
 

Detailed Description

Memory Manager namespace.

Remarks
The functions in this namespace are thread-safe, unless stated otherwise.
See also

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