gem5
v20.1.0.0
|
#include "mem/cache/tags/fa_lru.hh"
#include <cassert>
#include <sstream>
#include "base/intmath.hh"
#include "base/logging.hh"
#include "mem/cache/base.hh"
#include "mem/cache/replacement_policies/replaceable_entry.hh"
Go to the source code of this file.
Functions | |
void | printSize (std::ostream &stream, size_t size) |
Definitions a fully associative LRU tagstore.
Definition in file fa_lru.cc.
void printSize | ( | std::ostream & | stream, |
size_t | size | ||
) |
Definition at line 416 of file fa_lru.cc.
References BaseTags::size.
Referenced by FALRU::CacheTracking::regStats().