| 8655 | } |
| 8656 | |
| 8657 | VmaAllocHandle VmaBlockMetadata_Linear::GetNextAllocation(VmaAllocHandle prevAlloc) const |
| 8658 | { |
| 8659 | // Function only used for defragmentation, which is disabled for this algorithm |
| 8660 | VMA_ASSERT(0); |
| 8661 | return VK_NULL_HANDLE; |
| 8662 | } |
| 8663 | |
| 8664 | VkDeviceSize VmaBlockMetadata_Linear::GetNextFreeRegionSize(VmaAllocHandle alloc) const |
| 8665 | { |
no test coverage detected