ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
FastMemory.h
Go to the documentation of this file.
1
51#include "etiss/jit/System.h"
52#include <memory>
53
54namespace etiss
55{
56
64std::shared_ptr<ETISS_System> createFastMemory(size_t size);
65
66} // namespace etiss
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
Definition Benchmark.h:53
std::shared_ptr< ETISS_System > createFastMemory(size_t size)
creates a very fast ETISS_System structure.