Searched refs:allocIndex (Results 1 – 5 of 5) sorted by relevance
107 int allocIndex; /*!< Allocation index (running counter). */ member226 pool->allocIndex = ++root->lastAllocatedIndex; in createPoolInternal()
12523 size_t allocIndex; in Allocate() local12534 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Allocate()12542 pAllocations + allocIndex); in Allocate()12553 while(allocIndex--) in Allocate()12555 Free(pAllocations[allocIndex]); in Allocate()14600 for(uint32_t allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AddAllocations() local14602 const VmaAllocation hAlloc = pAllocations[allocIndex]; in AddAllocations()14656 &pAllocationsChanged[allocIndex] : VMA_NULL; in AddAllocations()16117 size_t allocIndex; in AllocateDedicatedMemory() local16119 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AllocateDedicatedMemory()[all …]
12505 size_t allocIndex; in Allocate() local12516 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Allocate()12524 pAllocations + allocIndex); in Allocate()12535 while(allocIndex--) in Allocate()12537 Free(pAllocations[allocIndex]); in Allocate()14582 for(uint32_t allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AddAllocations() local14584 const VmaAllocation hAlloc = pAllocations[allocIndex]; in AddAllocations()14638 &pAllocationsChanged[allocIndex] : VMA_NULL; in AddAllocations()16088 size_t allocIndex; in AllocateDedicatedMemory() local16090 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AllocateDedicatedMemory()[all …]
11354 size_t allocIndex; in Allocate() local11359 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Allocate()11368 pAllocations + allocIndex); in Allocate()11379 while(allocIndex--) in Allocate()11381 Free(pAllocations[allocIndex]); in Allocate()13290 for(uint32_t allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AddAllocations() local13292 const VmaAllocation hAlloc = pAllocations[allocIndex]; in AddAllocations()13348 &pAllocationsChanged[allocIndex] : VMA_NULL; in AddAllocations()14387 size_t allocIndex; in AllocateDedicatedMemory() local14389 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AllocateDedicatedMemory()[all …]
7973 …for(size_t allocIndex = 0, allocCount = pDedicatedAllocVector->size(); allocIndex < allocCount; ++… in CalculateStats() local7976 (*pDedicatedAllocVector)[allocIndex]->DedicatedAllocCalcStatsInfo(allocationStatInfo); in CalculateStats()8016 for(size_t allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Defragment() local8018 VmaAllocation hAlloc = pAllocations[allocIndex]; in Defragment()8045 &pAllocationsChanged[allocIndex] : VMA_NULL; in Defragment()