gem5 v24.0.0.0
|
#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 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::partitioning_policy |