| 109 | VirtualMemory(const VirtualMemory&) = delete; |
| 110 | VirtualMemory(VirtualMemory&&) = default; |
| 111 | auto operator=(const VirtualMemory&) -> VirtualMemory& = delete; |
| 112 | auto operator=(VirtualMemory&&) -> VirtualMemory& = default; |
| 113 | ~VirtualMemory() = default; |
| 114 | /// @} |
nothing calls this directly
no outgoing calls
no test coverage detected