gem5
v20.1.0.0
|
#include <cstdint>
#include <vector>
#include "base/statistics.hh"
#include "base/types.hh"
#include "mem/cache/compressors/base.hh"
Go to the source code of this file.
Classes | |
class | Compressor::Multi |
struct | Compressor::Multi::MultiStats |
class | Compressor::Multi::MultiCompData |
Namespaces | |
Compressor | |
Definition of the a multi compressor that choses the best compression among multiple compressors.
Definition in file multi.hh.