Wwise SDK 2024.1.4
|
#include <AkTempAllocDefs.h>
Public Attributes | |
AkUInt32 | uRecentPeakMemUsed |
Peak used memory in a single BookmarkAlloc region since the last tick (in bytes). More... | |
AkUInt32 | uRecentBlocksFetched |
Number of times a block was fetched from the cache, not including the base block. High values here may indicate that block sizes need to be larger. More... | |
AkUInt32 | uMemAllocated |
Currently allocated memory (in bytes). More... | |
AkUInt32 | uBlocksAllocated |
Number of individual blocks currently allocated. More... | |
AkUInt32 | uPeakMemUsed |
The peak value for uRecentPeakMemUsed since initialization. More... | |
AkUInt32 | uPeakMemAllocated |
The peak value for uMemAllocated since initialization. More... | |
AkUInt32 | uPeakBlocksFetched |
The peak value for uRecentBlocksFetched since initialization. More... | |
AkUInt32 | uPeakBlocksAllocated |
The peak value for uBlocksAllocated since initialization. More... | |
AkUInt32 | uPeakBlockSize |
The peak size of any single block since initialization. More... | |
Bookmark-allocator memory statistics. Whenever these are fetched, they represent whatever happened since the last tick
Definition at line 117 of file AkTempAllocDefs.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise