(&mut self)
| 3459 | } |
| 3460 | |
| 3461 | fn stop_dirty_log(&mut self) -> std::result::Result<(), MigratableError> { |
| 3462 | self.memory_manager.lock().unwrap().stop_dirty_log()?; |
| 3463 | self.device_manager.lock().unwrap().stop_dirty_log() |
| 3464 | } |
| 3465 | |
| 3466 | fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> { |
| 3467 | Ok(MemoryRangeTable::new_from_tables(vec![ |
no outgoing calls
no test coverage detected