| 107 | */ |
| 108 | VirtualMemory(); |
| 109 | VirtualMemory(const VirtualMemory&) = delete; |
| 110 | VirtualMemory(VirtualMemory&&) = default; |
| 111 | auto operator=(const VirtualMemory&) -> VirtualMemory& = delete; |
| 112 | auto operator=(VirtualMemory&&) -> VirtualMemory& = default; |
nothing calls this directly
no outgoing calls
no test coverage detected