MCPcopy Create free account
hub / github.com/Inori/GPCS4 / isEmpty

Method isEmpty

GPCS4/Graphics/Violet/VltMemory.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 bool VltMemoryChunk::isEmpty() const
174 {
175 return m_freeList.size() == 1 && m_freeList[0].length == m_memory.memSize;
176 }
177
178 bool VltMemoryChunk::isCompatible(const Rc<VltMemoryChunk>& other) const
179 {

Callers 4

freeChunkMemoryMethod · 0.80
shouldFreeChunkMethod · 0.80
freeEmptyChunksMethod · 0.80
emptyFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected