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

Method begin

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

Source from the content-addressed store, hash-verified

5588 size_t size() const { return m_RawList.GetCount(); }
5589
5590 iterator begin() { return iterator(&m_RawList, m_RawList.Front()); }
5591 iterator end() { return iterator(&m_RawList, VMA_NULL); }
5592
5593 const_iterator cbegin() const { return const_iterator(&m_RawList, m_RawList.Front()); }

Callers 15

ChooseSwapPresentModeFunction · 0.45
InitMethod · 0.45
TestSparseBindingFunction · 0.45
MainTestFunction · 0.45
AcquireBufferMethod · 0.45
TestDefragmentationFullFunction · 0.45
TestDefragmentationGpuFunction · 0.45

Calls 2

iteratorClass · 0.85
FrontMethod · 0.45

Tested by 15

InitMethod · 0.36
TestSparseBindingFunction · 0.36
MainTestFunction · 0.36
AcquireBufferMethod · 0.36
TestDefragmentationFullFunction · 0.36
TestDefragmentationGpuFunction · 0.36