Searched refs:AllocationVectorType (Results 1 – 1 of 1) sorted by relevance
6575 typedef VmaVector< VmaAllocation, VmaStlAllocator<VmaAllocation> > AllocationVectorType; typedef6576 AllocationVectorType* m_pDedicatedAllocations[VK_MAX_MEMORY_TYPES];14090 …m_pDedicatedAllocations[memTypeIndex] = vma_new(this, AllocationVectorType)(VmaStlAllocator<VmaAll… in VmaAllocator_T()14411 AllocationVectorType* pDedicatedAllocations = m_pDedicatedAllocations[memTypeIndex]; in AllocateDedicatedMemory()14820 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in CalculateStats()15365 AllocationVectorType* const pDedicatedAllocations = m_pDedicatedAllocations[memTypeIndex]; in FreeDedicatedMemory()15417 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in PrintDetailedMap()