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

Method Front

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

Source from the content-addressed store, hash-verified

5219 bool IsEmpty() const { return m_Count == 0; }
5220
5221 ItemType* Front() { return m_pFront; }
5222 ItemType* Back() { return m_pBack; }
5223 const ItemType* Front() const { return m_pFront; }
5224 const ItemType* Back() const { return m_pBack; }

Callers 10

beginMethod · 0.45
cbeginMethod · 0.45
vk_mem_alloc.hFile · 0.45
ValidateMethod · 0.45
AddDetailedStatisticsMethod · 0.45
AddStatisticsMethod · 0.45
BuildStatsStringMethod · 0.45
CalculateStatisticsMethod · 0.45
CheckCorruptionMethod · 0.45
PrintDetailedMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected