| 79 | /* ============================== MemoryBackupMgr ============================== */ |
| 80 | |
| 81 | MemoryBackup MemoryBackupMgr::createBackup(uintptr_t absolute_address, size_t backup_size) |
| 82 | { |
| 83 | return MemoryBackup(_pMem, absolute_address, backup_size); |
| 84 | } |
nothing calls this directly
no test coverage detected