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

Weighted LRU implementation of replacement data. More...

#include <weighted_lru_rp.hh>

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

Public Member Functions

 WeightedLRUReplData ()
 Default constructor. More...
 
- Public Member Functions inherited from gem5::replacement_policy::LRU::LRUReplData
 LRUReplData ()
 Default constructor. More...
 

Public Attributes

int last_occ_ptr
 pointer for last occupancy More...
 
- Public Attributes inherited from gem5::replacement_policy::LRU::LRUReplData
Tick lastTouchTick
 Tick on which the entry was last touched. More...
 

Detailed Description

Weighted LRU implementation of replacement data.

Definition at line 53 of file weighted_lru_rp.hh.

Constructor & Destructor Documentation

◆ WeightedLRUReplData()

gem5::replacement_policy::WeightedLRU::WeightedLRUReplData::WeightedLRUReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 61 of file weighted_lru_rp.hh.

Member Data Documentation

◆ last_occ_ptr

int gem5::replacement_policy::WeightedLRU::WeightedLRUReplData::last_occ_ptr

pointer for last occupancy

Definition at line 56 of file weighted_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