MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / ~VirtualMemory

Method ~VirtualMemory

src/memory/include/virtual_memory.hpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 auto operator=(const VirtualMemory&) -> VirtualMemory& = delete;
112 auto operator=(VirtualMemory&&) -> VirtualMemory& = default;
113 ~VirtualMemory() = default;
114 /// @}
115
116 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected