Version

menu_open
Wwise SDK 2024.1.4
AK::TempAlloc::Stats Struct Reference

#include <AkTempAllocDefs.h>

Public Attributes

AkUInt32 uMemUsed
 Used memory (in bytes). More...
 
AkUInt32 uMemAllocated
 Allocated memory (in bytes). More...
 
AkUInt32 uBlocksUsed
 Number of individual blocks used. More...
 
AkUInt32 uPeakMemUsed
 The peak value for uMemUsed since initialization. More...
 
AkUInt32 uPeakMemAllocated
 The peak value for uMemAllocated since initialization. More...
 
AkUInt32 uPeakBlocksUsed
 The peak value for uBlocksUsed since initialization. More...
 
AkUInt32 uPeakBlockUsed
 The peak amount of used memory in any single block since initialization. More...
 

Detailed Description

Temp-alloc memory statistics. Whenever these are fetched, they represent the last completed temp-alloc "tick".

Remarks
These statistics are not collected in the Release configuration of the memory mgr.

Definition at line 49 of file AkTempAllocDefs.h.


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