SimpleKernel 1.17.0
Loading...
Searching...
No Matches
virtual_memory.hpp File Reference
#include <cpu_io.h>
#include <etl/singleton.h>
#include <cstddef>
#include <cstdint>
#include "expected.hpp"
Include dependency graph for virtual_memory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VirtualMemory
 虚拟内存管理器(具体类,非抽象基类) More...
 

Typedefs

using VirtualMemorySingleton = etl::singleton< VirtualMemory >
 

Typedef Documentation

◆ VirtualMemorySingleton

using VirtualMemorySingleton = etl::singleton<VirtualMemory>

Definition at line 154 of file virtual_memory.hpp.