Version

    Other Documentation

menu_open
Wwise SDK 2019.2.15
AK::MemoryMgr Namespace Reference

Classes

struct   CategoryStats
 
struct   GlobalStats
 

Functions

Initialization
AKSOUNDENGINE_API bool  IsInitialized ()
 
AKSOUNDENGINE_API void  Term ()
 
AKSOUNDENGINE_API void  InitForThread ()
 
AKSOUNDENGINE_API void  TermForThread ()
 
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...
 
Memory Allocation
AKSOUNDENGINE_API void *  Malloc (AkMemPoolId in_poolId, size_t in_uSize)
 
AKSOUNDENGINE_API void *  Realloc (AkMemPoolId in_poolId, void *in_pAlloc, size_t in_uSize)
 
AKSOUNDENGINE_API void  Free (AkMemPoolId in_poolId, void *in_pMemAddress)
 
AKSOUNDENGINE_API void *  Malign (AkMemPoolId in_poolId, size_t in_uSize, AkUInt32 in_uAlignment)
 
AKSOUNDENGINE_API void  Falign (AkMemPoolId in_poolId, void *in_pMemAddress)
 
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 ()
 

Detailed Description

Memory Manager namespace.

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

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