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

Optimal (Belady's) page replacement policy — educational only. More...

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

Go to the source code of this file.

Classes

class  contur::OptimalReplacement
 Optimal page replacement (Belady's algorithm). More...

Namespaces

namespace  contur

Detailed Description

Optimal (Belady's) page replacement policy — educational only.

Definition in file optimal_replacement.h.