gem5
v21.1.0.0
|
#include <cassert>
#include <cstdint>
#include <map>
#include <memory>
#include <queue>
#include <vector>
#include "base/compiler.hh"
#include "mem/cache/compressors/encoders/base.hh"
Go to the source code of this file.
Classes | |
class | gem5::compression::encoder::Huffman |
This encoder builds a Huffman tree using the frequency of each value to be encoded. More... | |
class | gem5::compression::encoder::Huffman::Node |
Node for the Huffman tree. More... | |
struct | gem5::compression::encoder::Huffman::NodeComparator |
Entries are not inserted directly into the tree. More... | |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::compression | |
gem5::compression::encoder | |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (Compressor, compression) | |
gem5::compression::GEM5_DEPRECATED_NAMESPACE (Encoder, encoder) | |