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

Method empty

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

Source from the content-addressed store, hash-verified

5585 explicit VmaList(const AllocatorT& allocator) : m_RawList(allocator.m_pCallbacks) {}
5586
5587 bool empty() const { return m_RawList.IsEmpty(); }
5588 size_t size() const { return m_RawList.GetCount(); }
5589
5590 iterator begin() { return iterator(&m_RawList, m_RawList.Front()); }

Callers 15

ChooseSurfaceFormatFunction · 0.45
SelectPhysicalDeviceMethod · 0.45
AddFlagToStrFunction · 0.45
InitializeApplicationFunction · 0.45
ConvertCharsToUnicodeFunction · 0.45
MainTestFunction · 0.45
TestLinearAllocatorFunction · 0.45
BenchmarkAlgorithmsCaseFunction · 0.45
TestPool_SameSizeFunction · 0.45

Calls 1

IsEmptyMethod · 0.45

Tested by 7

MainTestFunction · 0.36
TestLinearAllocatorFunction · 0.36
BenchmarkAlgorithmsCaseFunction · 0.36
TestPool_SameSizeFunction · 0.36