Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
/ GetCount
Method
GetCount
include/vk_mem_alloc.h:5218–5218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5216
~VmaRawList() = default;
5217
5218
size_t GetCount() const { return m_Count; }
5219
bool IsEmpty() const { return m_Count == 0; }
5220
5221
ItemType* Front() { return m_pFront; }
Callers
3
size
Method · 0.45
Validate
Method · 0.45
AddStatistics
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected