93c93,94
< linesize(p->system->cacheLineSize()), lookupLatency(p->lookup_latency)
---
> linesize(p->system->cacheLineSize()), lookupLatency(p->lookup_latency),
> maxEntryCount(p->max_capacity / p->system->cacheLineSize())
256a258,259
> /** Max capacity in terms of cache blocks tracked, for sanity checking */
> const unsigned maxEntryCount;