45namespace partitioning_policy
50 partitioningPolicies(
p.partitioning_policies)
59 partitioning_policy->notifyAcquire(partition_id);
68 partitioning_policy->notifyRelease(partition_id);
75 const uint64_t partition_id)
const
79 partitioning_policy->filterByPartition(entries, partition_id);
Abstract superclass for simulation objects.
void filterByPartition(std::vector< ReplaceableEntry * > &entries, const uint64_t partition_id) const
void notifyAcquire(uint64_t partition_id)
Notify of acquisition of ownership of a cache line.
void notifyRelease(uint64_t partition_id)
PartitionManager(const Params &p)
std::vector< partitioning_policy::BasePartitioningPolicy * > partitioningPolicies
Partitioning policies.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.