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

Second-Chance-specific implementation of replacement data. More...

#include <second_chance_rp.hh>

Inheritance diagram for ReplacementPolicy::SecondChance::SecondChanceReplData:

Public Member Functions

 SecondChanceReplData ()
 Default constructor. More...
 

Public Attributes

bool hasSecondChance
 This is different from isTouched because isTouched accounts only for insertion, while this bit is reset every new re-insertion. More...
 

Detailed Description

Second-Chance-specific implementation of replacement data.

Definition at line 52 of file second_chance_rp.hh.

Constructor & Destructor Documentation

◆ SecondChanceReplData()

ReplacementPolicy::SecondChance::SecondChanceReplData::SecondChanceReplData ( )
inline

Default constructor.

Definition at line 64 of file second_chance_rp.hh.

Member Data Documentation

◆ hasSecondChance

bool ReplacementPolicy::SecondChance::SecondChanceReplData::hasSecondChance

This is different from isTouched because isTouched accounts only for insertion, while this bit is reset every new re-insertion.

See also
SecondChance.

Definition at line 59 of file second_chance_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