MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / CalculatePoolStatistics

Method CalculatePoolStatistics

include/vk_mem_alloc.h:14396–14401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14394}
14395
14396void VmaAllocator_T::CalculatePoolStatistics(VmaPool pool, VmaDetailedStatistics* pPoolStats)
14397{
14398 VmaClearDetailedStatistics(*pPoolStats);
14399 pool->m_BlockVector.AddDetailedStatistics(*pPoolStats);
14400 pool->m_DedicatedAllocations.AddDetailedStatistics(*pPoolStats);
14401}
14402
14403void VmaAllocator_T::SetCurrentFrameIndex(uint32_t frameIndex)
14404{

Callers

nothing calls this directly

Calls 2

AddDetailedStatisticsMethod · 0.80

Tested by

no test coverage detected