|
gem5 v25.0.0.1
|
#include <unordered_map>#include <vector>#include "debug/PartitionPolicy.hh"#include "mem/cache/cache_blk.hh"#include "mem/cache/tags/partitioning_policies/base_pp.hh"#include "params/BasePartitioningPolicy.hh"#include "params/MaxCapacityPartitioningPolicy.hh"Go to the source code of this file.
Classes | |
| class | gem5::partitioning_policy::MaxCapacityPartitioningPolicy |
| A MaxCapacityPartitioningPolicy filters the cache blocks available to a memory requestor (identified via PartitionID) based on count of already allocated blocks. More... | |
Namespaces | |
| namespace | gem5 |
| Copyright (c) 2024 Arm Limited All rights reserved. | |
| namespace | gem5::partitioning_policy |