Reports memory usage statistics for Vulkan allocations.
More...
#include <MemoryAllocatorVulkan.h>
|
|
xiiUInt32 | m_uiBlockCount = 0U |
| | Number of memory blocks currently allocated.
|
| |
|
xiiUInt32 | m_uiAllocationCount = 0U |
| | Number of individual allocations across all blocks.
|
| |
|
xiiUInt64 | m_uiBlockBytes = 0U |
| | Total size in bytes of all allocated memory blocks.
|
| |
|
xiiUInt64 | m_uiAllocationBytes = 0U |
| | Total size in bytes of all active allocations.
|
| |
Reports memory usage statistics for Vulkan allocations.
This structure provides an overview of memory consumption, including the number of blocks and allocations, as well as their total sizes in bytes.
The documentation for this struct was generated from the following file: