LFU-specific implementation of replacement data.
More...
#include <lfu_rp.hh>
|
unsigned | refCount |
| Number of references to this entry since it was reset.
|
|
LFU-specific implementation of replacement data.
Definition at line 54 of file lfu_rp.hh.
◆ LFUReplData()
gem5::replacement_policy::LFU::LFUReplData::LFUReplData |
( |
| ) |
|
|
inline |
Default constructor.
Invalidate data.
Definition at line 62 of file lfu_rp.hh.
◆ refCount
unsigned gem5::replacement_policy::LFU::LFUReplData::refCount |
Number of references to this entry since it was reset.
Definition at line 57 of file lfu_rp.hh.
The documentation for this struct was generated from the following file: