gem5 v24.1.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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.
 

Public Attributes

Tick lastTouchTick
 Tick on which the entry was last touched.
 

Detailed Description

LRU-specific implementation of replacement data.

Definition at line 52 of file lru_rp.hh.

Constructor & Destructor Documentation

◆ LRUReplData()

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

Default constructor.

Invalidate data.

Definition at line 60 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 55 of file lru_rp.hh.


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

Generated on Mon Jan 13 2025 04:29:11 for gem5 by doxygen 1.9.8