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

Method clear

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

Source from the content-addressed store, hash-verified

5609 iterator insert(iterator it, const T& value) { return iterator(&m_RawList, m_RawList.InsertBefore(it.m_pItem, value)); }
5610
5611 void clear() { m_RawList.Clear(); }
5612 void erase(iterator it) { m_RawList.Remove(it.m_pItem); }
5613
5614private:

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected