MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / DestroyPool

Method DestroyPool

include/vk_mem_alloc.h:14921–14930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14919}
14920
14921void VmaAllocator_T::DestroyPool(VmaPool pool)
14922{
14923 // Remove from m_Pools.
14924 {
14925 VmaMutexLockWrite lock(m_PoolsMutex, m_UseMutex);
14926 m_Pools.Remove(pool);
14927 }
14928
14929 vma_delete(this, pool);
14930}
14931
14932void VmaAllocator_T::GetPoolStatistics(VmaPool pool, VmaStatistics* pPoolStats)
14933{

Callers

nothing calls this directly

Calls 2

vma_deleteFunction · 0.85
RemoveMethod · 0.80

Tested by

no test coverage detected