MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / runGarbageCollection

Method runGarbageCollection

src/vulkan/vulkan-queue.cpp:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 void Queue::runGarbageCollection()
319 {
320 std::lock_guard lockGuard(m_Mutex);
321
322 m_LifetimeTracker.runGarbageCollection();
323 }
324
325 void Queue::returnCommandBuffersToPool(std::list<TrackedCommandBufferPtr> const& commandBuffers)
326 {

Callers

nothing calls this directly

Calls 5

updateLastFinishedIDMethod · 0.80
endMethod · 0.80
push_backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected