MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetBlockCount

Method GetBlockCount

3rdparty/vulkan/include/vulkan/vk_mem_alloc.h:10063–10063  ·  view source on GitHub ↗

To be used only while the m_Mutex is locked. Used during defragmentation.

Source from the content-addressed store, hash-verified

10061 const void* GetAllocationNextPtr() const { return m_pMemoryAllocateNext; }
10062 // To be used only while the m_Mutex is locked. Used during defragmentation.
10063 size_t GetBlockCount() const { return m_Blocks.size(); }
10064 // To be used only while the m_Mutex is locked. Used during defragmentation.
10065 VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[index]; }
10066 VMA_RW_MUTEX &GetMutex() { return m_Mutex; }

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected