Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp740 …size_t GetAllocationCreationCount() const { return (size_t)m_VmaAllocationCreateInfo.totalCount + … in GetAllocationCreationCount() function in Statistics
2569 if(m_Stats.GetAllocationCreationCount() > 0) in PrintStats()
2571 printf(" Total allocations created: %zu\n", m_Stats.GetAllocationCreationCount()); in PrintStats()