Searched refs:GetAllocationCount (Results 1 – 3 of 3) sorted by relevance
5209 virtual size_t GetAllocationCount() const = 0;5299 virtual size_t GetAllocationCount() const { return m_Suballocations.size() - m_FreeCount; } in GetAllocationCount() function5480 virtual size_t GetAllocationCount() const;5483 virtual bool IsEmpty() const { return GetAllocationCount() == 0; } in IsEmpty()5590 virtual size_t GetAllocationCount() const { return m_AllocationCount; } in GetAllocationCount() function6104 const size_t blockAllocCount = m_pBlock->m_pMetadata->GetAllocationCount(); in CalcHasNonMovableAllocations()8895 size_t VmaBlockMetadata_Linear::GetAllocationCount() const in GetAllocationCount() function8974 outInfo.allocationCount = (uint32_t)GetAllocationCount(); in CalcAllocationStatInfo()12391 result += m_Blocks[i]->m_pMetadata->GetAllocationCount(); in CalcAllocationCount()
6304 virtual size_t GetAllocationCount() const = 0;6738 size_t GetAllocationCount() const override { return m_Suballocations.size() - m_FreeCount; }7578 bool IsEmpty() const override { return GetAllocationCount() == 0; } in IsEmpty()7583 size_t GetAllocationCount() const override;7846 size_t VmaBlockMetadata_Linear::GetAllocationCount() const in GetAllocationCount() function9235 size_t GetAllocationCount() const override { return m_AllocationCount; }9934 size_t GetAllocationCount() const override { return m_AllocCount; } in GetAllocationCount() function13865 allocCount += metadata->GetAllocationCount(); in UpdateVectorStatistics()
6367 virtual size_t GetAllocationCount() const = 0;6801 size_t GetAllocationCount() const override { return m_Suballocations.size() - m_FreeCount; }7641 bool IsEmpty() const override { return GetAllocationCount() == 0; } in IsEmpty()7646 size_t GetAllocationCount() const override;7909 size_t VmaBlockMetadata_Linear::GetAllocationCount() const in GetAllocationCount() function9259 size_t GetAllocationCount() const override { return m_AllocationCount; }9958 size_t GetAllocationCount() const override { return m_AllocCount; } in GetAllocationCount() function13906 allocCount += metadata->GetAllocationCount(); in UpdateVectorStatistics()