| 23 | struct SC::VirtualMemory |
| 24 | { |
| 25 | VirtualMemory() = default; |
| 26 | VirtualMemory(const VirtualMemory&) = delete; |
| 27 | VirtualMemory(VirtualMemory&&) = delete; |
| 28 | VirtualMemory& operator=(const VirtualMemory&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected