#include <vk_mem_alloc.h>
◆ AllocationCount
uint32_t VmaStatInfo::AllocationCount |
Number of VmaAllocation
allocation objects allocated.
◆ 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: