| 2531 | } |
| 2532 | |
| 2533 | static void PrintDefragmentationStats(const VmaDefragmentationStats& stats) |
| 2534 | { |
| 2535 | wprintf(L" Stats: bytesMoved=%llu, bytesFreed=%llu, allocationsMoved=%u, deviceMemoryBlocksFreed=%u\n", |
| 2536 | stats.bytesMoved, stats.bytesFreed, stats.allocationsMoved, stats.deviceMemoryBlocksFreed); |
| 2537 | } |
| 2538 | |
| 2539 | static void TestDefragmentationGpu() |
| 2540 | { |
no outgoing calls
no test coverage detected