gem5  v21.0.1.0
Public Member Functions | Public Attributes | List of all members
ReplacementPolicy::LRU::LRUReplData Struct Reference

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

#include <lru_rp.hh>

Inheritance diagram for ReplacementPolicy::LRU::LRUReplData:
ReplacementPolicy::ReplacementData

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 48 of file lru_rp.hh.

Constructor & Destructor Documentation

◆ LRUReplData()

ReplacementPolicy::LRU::LRUReplData::LRUReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 56 of file lru_rp.hh.

Member Data Documentation

◆ lastTouchTick

Tick ReplacementPolicy::LRU::LRUReplData::lastTouchTick

Tick on which the entry was last touched.

Definition at line 51 of file lru_rp.hh.


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

Generated on Tue Jun 22 2021 15:29:10 for gem5 by doxygen 1.8.17