|
gem5
v21.0.1.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.