gem5
v20.1.0.0
|
Weighted LRU implementation of replacement data. More...
#include <weighted_lru_rp.hh>
Public Member Functions | |
WeightedLRUReplData () | |
Default constructor. More... | |
Public Attributes | |
int | last_occ_ptr |
pointer for last occupancy More... | |
Tick | last_touch_tick |
Tick on which the entry was last touched. More... | |
Weighted LRU implementation of replacement data.
Definition at line 48 of file weighted_lru_rp.hh.
|
inline |
int WeightedLRUPolicy::WeightedLRUReplData::last_occ_ptr |
pointer for last occupancy
Definition at line 51 of file weighted_lru_rp.hh.
Tick WeightedLRUPolicy::WeightedLRUReplData::last_touch_tick |
Tick on which the entry was last touched.
Definition at line 54 of file weighted_lru_rp.hh.