| 6134 | virtual ~VmaDefragmentationAlgorithm_Fast(); |
| 6135 | |
| 6136 | virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; } |
| 6137 | virtual void AddAll() { m_AllAllocations = true; } |
| 6138 | |
| 6139 | virtual VkResult Defragment( |
nothing calls this directly
no outgoing calls
no test coverage detected