gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::replacement_policy::LFU::LFUReplData Struct Reference

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

#include <lfu_rp.hh>

Inheritance diagram for gem5::replacement_policy::LFU::LFUReplData:
gem5::replacement_policy::ReplacementData

Public Member Functions

 LFUReplData ()
 Default constructor.
 

Public Attributes

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

Detailed Description

LFU-specific implementation of replacement data.

Definition at line 54 of file lfu_rp.hh.

Constructor & Destructor Documentation

◆ LFUReplData()

gem5::replacement_policy::LFU::LFUReplData::LFUReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 62 of file lfu_rp.hh.

Member Data Documentation

◆ refCount

unsigned gem5::replacement_policy::LFU::LFUReplData::refCount

Number of references to this entry since it was reset.

Definition at line 57 of file lfu_rp.hh.


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

Generated on Tue Jun 18 2024 16:24:21 for gem5 by doxygen 1.11.0