ChampSim
|
#include <cstdint>
#include <map>
#include "champsim_constants.h"
Go to the source code of this file.
Classes | |
class | VirtualMemory |
Variables | |
constexpr auto | VMEM_RESERVE_CAPACITY = std::max<uint64_t>(PAGE_SIZE, 1ull << 20) |
constexpr std::size_t | PTE_BYTES = 8 |
|
inlineconstexpr |
|
inlineconstexpr |