Deleted Added
sdiff udiff text old ( 13418:08101e89101e ) new ( 13419:aaadcfae091a )
full compact
1/*
2 * Copyright (c) 2018 Inria
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 87 unchanged lines hidden (view full) ---

96 SectorTags(const Params *p);
97
98 /**
99 * Destructor.
100 */
101 virtual ~SectorTags() {};
102
103 /**
104 * Initialize blocks as SectorBlk and SectorSubBlk instances.
105 */
106 void tagsInit() override;
107
108 /**
109 * This function updates the tags when a block is invalidated but does
110 * not invalidate the block itself. It also updates the replacement data.
111 *
112 * @param blk The block to invalidate.
113 */
114 void invalidate(CacheBlk *blk) override;

--- 87 unchanged lines hidden ---