gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::replacement_policy::LRU::LRUReplData Struct Reference

LRU-specific implementation of replacement data. More...

#include <lru_rp.hh>

Inheritance diagram for gem5::replacement_policy::LRU::LRUReplData:
gem5::replacement_policy::ReplacementData gem5::replacement_policy::WeightedLRU::WeightedLRUReplData

Public Member Functions

 LRUReplData ()
 Default constructor. More...
 

Public Attributes

Tick lastTouchTick
 Tick on which the entry was last touched. More...
 

Detailed Description

LRU-specific implementation of replacement data.

Definition at line 53 of file lru_rp.hh.

Constructor & Destructor Documentation

◆ LRUReplData()

gem5::replacement_policy::LRU::LRUReplData::LRUReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 61 of file lru_rp.hh.

Member Data Documentation

◆ lastTouchTick

Tick gem5::replacement_policy::LRU::LRUReplData::lastTouchTick

Tick on which the entry was last touched.

Definition at line 56 of file lru_rp.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Dec 21 2022 10:24:21 for gem5 by doxygen 1.9.1