gem5 v24.1.0.1
|
Random-specific implementation of replacement data. More...
#include <random_rp.hh>
Public Member Functions | |
RandomReplData () | |
Default constructor. | |
Public Attributes | |
bool | valid |
Flag informing if the replacement data is valid or not. | |
Random-specific implementation of replacement data.
Definition at line 55 of file random_rp.hh.
|
inline |
bool gem5::replacement_policy::Random::RandomReplData::valid |
Flag informing if the replacement data is valid or not.
Invalid entries are prioritized to be evicted.
Definition at line 61 of file random_rp.hh.