Calculated statistics of memory usage in entire allocator.
More...
#include <vk_mem_alloc.h>
Calculated statistics of memory usage in entire allocator.
◆ allocationCount
uint32_t VmaStatInfo::allocationCount |
◆ allocationSizeAvg
VkDeviceSize VmaStatInfo::allocationSizeAvg |
◆ allocationSizeMax
VkDeviceSize VmaStatInfo::allocationSizeMax |
◆ allocationSizeMin
VkDeviceSize VmaStatInfo::allocationSizeMin |
◆ blockCount
uint32_t VmaStatInfo::blockCount |
Number of VkDeviceMemory
Vulkan memory blocks allocated.
◆ unusedBytes
VkDeviceSize VmaStatInfo::unusedBytes |
Total number of bytes occupied by unused ranges.
◆ unusedRangeCount
uint32_t VmaStatInfo::unusedRangeCount |
Number of free ranges of memory between allocations.
◆ unusedRangeSizeAvg
VkDeviceSize VmaStatInfo::unusedRangeSizeAvg |
◆ unusedRangeSizeMax
VkDeviceSize VmaStatInfo::unusedRangeSizeMax |
◆ unusedRangeSizeMin
VkDeviceSize VmaStatInfo::unusedRangeSizeMin |
◆ usedBytes
VkDeviceSize VmaStatInfo::usedBytes |
Total number of bytes occupied by all allocations.
The documentation for this struct was generated from the following file: