contur2
Loading...
Searching...
No Matches
physical_memory.h File Reference

PhysicalMemory — RAM simulation backed by std::vector<Block>. More...

#include <memory>
#include <vector>
#include "contur/memory/i_memory.h"
Include dependency graph for physical_memory.h:

Go to the source code of this file.

Classes

class  contur::PhysicalMemory
 Simulated physical RAM — a linear array of Block cells. More...

Namespaces

namespace  contur

Detailed Description

PhysicalMemory — RAM simulation backed by std::vector<Block>.

Definition in file physical_memory.h.