MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / GetAllocationCount

Method GetAllocationCount

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

Source from the content-addressed store, hash-verified

7518}
7519
7520size_t VmaBlockMetadata_Linear::GetAllocationCount() const
7521{
7522 return AccessSuballocations1st().size() - m_1stNullItemsBeginCount - m_1stNullItemsMiddleCount +
7523 AccessSuballocations2nd().size() - m_2ndNullItemsCount;
7524}
7525
7526size_t VmaBlockMetadata_Linear::GetFreeRegionsCount() const
7527{

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected