gem5 v24.0.0.0
|
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 52 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 58 of file random_rp.hh.