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

Method VirtualMemory

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

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected