MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / empty

Method empty

Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5225–5225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5223 VmaList(const AllocatorT& allocator) : m_RawList(allocator.m_pCallbacks) {}
5224
5225 bool empty() const { return m_RawList.IsEmpty(); }
5226 size_t size() const { return m_RawList.GetCount(); }
5227
5228 iterator begin() { return iterator(&m_RawList, m_RawList.Front()); }

Callers 15

vk_mem_alloc.hFile · 0.45
~VmaJsonWriterMethod · 0.45
EndObjectMethod · 0.45
EndArrayMethod · 0.45
BeginValueMethod · 0.45
WriteIndentMethod · 0.45
ValidateMethod · 0.45
AllocMethod · 0.45
FreeMethod · 0.45
CleanupAfterFreeMethod · 0.45

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected