Home
last modified time | relevance | path

Searched refs:theRepPolicy (Results 1 – 1 of 1) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/tools/
H A Dpop_test.cc95 Ring<int> theRepPolicy; member in Cache
171 theRepPolicy(4*aCapacity), theIndex(aCapacity), in Cache()
199 Assert(!theRepPolicy.full()); in noteObject()
200 theRepPolicy.enqueue(oid); in noteObject()
206 Assert(!theRepPolicy.empty()); in purge()
207 const int oid = theRepPolicy.dequeue(); in purge()