| 176 | } |
| 177 | |
| 178 | bool VltMemoryChunk::isCompatible(const Rc<VltMemoryChunk>& other) const |
| 179 | { |
| 180 | return other->m_memory.memFlags == m_memory.memFlags && other->m_hints == m_hints; |
| 181 | } |
| 182 | |
| 183 | bool VltMemoryChunk::checkHints(VltMemoryFlags hints) const |
| 184 | { |
no outgoing calls
no test coverage detected