Wwise SDK 2015.1.9
AK::MemoryMgr::PoolStats
Version
arrow_right
Table of Contents
Other Documentation
AK::MemoryMgr::PoolStats Struct Reference
Public Attributes | |
AkUInt32 | uReserved |
Reserved memory (in bytes). |
|
AkUInt32 | uUsed |
Used memory (in bytes). |
|
AkUInt32 | uMaxFreeBlock |
Size of biggest free block (in bytes). |
|
AkUInt32 | uAllocs |
Number of Alloc calls since initialization. |
|
AkUInt32 | uFrees |
Number of Free calls since initialization. |
|
AkUInt32 | uPeakUsed |
Peak used memory (in bytes). |
Detailed Description
Memory pool statistics.
- Remarks:
- These statistics are not collected in the Release configuration of the default memory manager implementation.
- See also:
Definition at line 48 of file AkMemoryMgr.h.
The documentation for this struct was generated from the following file:
- include/AK/SoundEngine/Common/AkMemoryMgr.h