CohereSim: A Bus-based Cache Simulator
v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
|
Declaration of the replacement policy base class. More...
#include "cache_abc.h"
Go to the source code of this file.
Data Structures | |
class | ReplacementPolicy |
The base class for replacement policies. More... | |
Macros | |
#define | ADD_REPLACER_TO_CMD_LINE(rep_pol) |
Create a mapping in 'replacement_map' from a string containing the class name to a factory method for the class. More... | |
Declaration of the replacement policy base class.
#define ADD_REPLACER_TO_CMD_LINE | ( | rep_pol | ) |
Create a mapping in 'replacement_map' from a string containing the class name to a factory method for the class.
rep_pol | The replacement policy type |