Home
last modified time | relevance | path

Searched refs:m_CreateLostAllocationCount (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp740 …ount() const { return (size_t)m_VmaAllocationCreateInfo.totalCount + m_CreateLostAllocationCount; } in GetAllocationCreationCount()
749 void RegisterCreateLostAllocation() { ++m_CreateLostAllocationCount; } in RegisterCreateLostAllocation()
797 size_t m_CreateLostAllocationCount = 0; member in Statistics