Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6290 virtual size_t GetAllocationCount() const { return m_Suballocations.size() - m_FreeCount; } in GetAllocationCount() function
6598 virtual size_t GetAllocationCount() const { return m_AllocationCount; } in GetAllocationCount() function
9949 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