| 10539 | } |
| 10540 | |
| 10541 | void VmaVirtualBlock_T::GetStatistics(VmaStatistics& outStats) const |
| 10542 | { |
| 10543 | VmaClearStatistics(outStats); |
| 10544 | m_Metadata->AddStatistics(outStats); |
| 10545 | } |
| 10546 | |
| 10547 | void VmaVirtualBlock_T::CalculateDetailedStatistics(VmaDetailedStatistics& outStats) const |
| 10548 | { |
no test coverage detected