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

FIFO page replacement policy — evicts the oldest loaded page. More...

#include <memory>
#include "contur/memory/i_page_replacement.h"
Include dependency graph for fifo_replacement.h:

Go to the source code of this file.

Classes

class  contur::FifoReplacement
 First-In First-Out page replacement. More...

Namespaces

namespace  contur

Detailed Description

FIFO page replacement policy — evicts the oldest loaded page.

Definition in file fifo_replacement.h.