76 assert(candidates.size() > 0);
80 for (
const auto& candidate : candidates) {
82 if (std::static_pointer_cast<LRUReplData>(
83 candidate->replacementData)->lastTouchTick <
84 std::static_pointer_cast<LRUReplData>(
A replaceable entry is a basic entry in a 2d table-like structure that needs to have replacement func...
std::shared_ptr< replacement_policy::ReplacementData > replacementData
Replacement data associated to this entry.