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

Method GetAllocationNextPtr

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

Source from the content-addressed store, hash-verified

9821 bool HasExplicitBlockSize() const { return m_ExplicitBlockSize; }
9822 float GetPriority() const { return m_Priority; }
9823 const void* GetAllocationNextPtr() const { return m_pMemoryAllocateNext; }
9824 // To be used only while the m_Mutex is locked. Used during defragmentation.
9825 size_t GetBlockCount() const { return m_Blocks.size(); }
9826 // To be used only while the m_Mutex is locked. Used during defragmentation.

Callers 1

AllocateMemoryOfTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected