55a56
> #include <vector>
275c276
< boundaries(new FALRUBlk *[numTrackedCaches])
---
> boundaries(numTrackedCaches)
283,287d283
< ~CacheTracking()
< {
< delete[] boundaries;
< }
<
359c355
< FALRUBlk** boundaries;
---
> std::vector<FALRUBlk*> boundaries;