Lines Matching refs:MoveAllocationData
11025 struct MoveAllocationData struct
11050 static MoveAllocationData GetMoveData(VmaAllocHandle handle, VmaBlockMetadata* metadata);
11054 …bool AllocInOtherBlock(size_t start, size_t end, MoveAllocationData& data, VmaBlockVector& vector);
13337 VmaDefragmentationContext_T::MoveAllocationData VmaDefragmentationContext_T::GetMoveData( in GetMoveData()
13340 MoveAllocationData moveData; in GetMoveData()
13389 MoveAllocationData moveData = GetMoveData(handle, metadata); in ReallocWithinBlock()
13439 bool VmaDefragmentationContext_T::AllocInOtherBlock(size_t start, size_t end, MoveAllocationData& d… in AllocInOtherBlock()
13478 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Fast()
13525 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Balanced()
13612 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Full()
13706 MoveAllocationData moveData = GetMoveData(handle, freeMetadata); in ComputeDefragmentation_Extensive()
13889 MoveAllocationData moveData = GetMoveData(handle, metadata); in MoveDataToFreeBlocks()