Wwise SDK 2021.1.9
GlobalStats
Version
Wwise SDK 2021.1.9
|
AK::MemoryMgr::GlobalStats Struct Reference
#include <AkMemoryMgr.h>
Public Attributes | |
AkUInt64 | uUsed |
Total memory used including all categories (in bytes) More... |
|
AkUInt64 | uDeviceUsed |
Total device memory used including all categories (in bytes) More... |
|
AkUInt64 | uReserved |
Total reserved memory. (Used and unused). Will return 0 if the reserved memory is not traceable. More... |
|
AkUInt64 | uMax |
Maximum total allocation size, specified in the initialization settings through uMemAllocationSizeLimit. Will be 0 if no limit was set. More... |
|
Detailed Description
Memory global statistics.
- Remarks
- These statistics are not collected in the Release configuration of the default memory manager implementation.
Definition at line 106 of file AkMemoryMgr.h.