| 14930 | } |
| 14931 | |
| 14932 | void VmaAllocator_T::GetPoolStatistics(VmaPool pool, VmaStatistics* pPoolStats) |
| 14933 | { |
| 14934 | VmaClearStatistics(*pPoolStats); |
| 14935 | pool->m_BlockVector.AddStatistics(*pPoolStats); |
| 14936 | pool->m_DedicatedAllocations.AddStatistics(*pPoolStats); |
| 14937 | } |
| 14938 | |
| 14939 | void VmaAllocator_T::CalculatePoolStatistics(VmaPool pool, VmaDetailedStatistics* pPoolStats) |
| 14940 | { |
nothing calls this directly
no test coverage detected