目录
Wwise SDK 2018.1.11
|
Public 属性 | |
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) 更多... |
|
详细描述
Memory pool statistics.
- 备注
- These statistics are not collected in the Release configuration of the default memory manager implementation.
在文件 AkMemoryMgr.h 第 73 行定义.
该结构体的文档由以下文件生成:
- include/AK/SoundEngine/Common/AkMemoryMgr.h