MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / GetNextAllocation

Method GetNextAllocation

include/vk_mem_alloc.h:8657–8662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8655}
8656
8657VmaAllocHandle 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
8664VkDeviceSize VmaBlockMetadata_Linear::GetNextFreeRegionSize(VmaAllocHandle alloc) const
8665{

Calls 1

IsFreeMethod · 0.80

Tested by

no test coverage detected