Home
last modified time | relevance | path

Searched defs:GetAllocationCount (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6341 virtual size_t GetAllocationCount() const { return m_Suballocations.size() - m_FreeCount; } in GetAllocationCount() function
6649 virtual size_t GetAllocationCount() const { return m_AllocationCount; } in GetAllocationCount() function
10054 size_t VmaBlockMetadata_Linear::GetAllocationCount() const in GetAllocationCount() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2171 virtual size_t GetAllocationCount() const { return m_Suballocations.size() - m_FreeCount; } in GetAllocationCount() function in D3D12MA::BlockMetadata_Generic
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7856 size_t VmaBlockMetadata_Linear::GetAllocationCount() const in GetAllocationCount() function
9944 size_t GetAllocationCount() const override { return m_AllocCount; } in GetAllocationCount() function