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

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

#include <lfu_rp.hh>

Inheritance diagram for ReplacementPolicy::LFU::LFUReplData:
ReplacementPolicy::ReplacementData

Public Member Functions

 LFUReplData ()
 Default constructor. More...
 

Public Attributes

unsigned refCount
 Number of references to this entry since it was reset. More...
 

Detailed Description

LFU-specific implementation of replacement data.

Definition at line 50 of file lfu_rp.hh.

Constructor & Destructor Documentation

◆ LFUReplData()

ReplacementPolicy::LFU::LFUReplData::LFUReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 58 of file lfu_rp.hh.

Member Data Documentation

◆ refCount

unsigned ReplacementPolicy::LFU::LFUReplData::refCount

Number of references to this entry since it was reset.

Definition at line 53 of file lfu_rp.hh.


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

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