Lines Matching refs:gc
349 CacheLogAccumulatorData(bool gc, size_t gc_limit)
350 : cache_gc_(gc), cache_limit_(gc_limit), cache_size_(0) {}
373 GC(false);
387 bool recent; // Has this state been accessed since last GC?
393 // accessed since the last GC ('free_recent = false') until
396 void GC(bool free_recent) {
411 GC(true);
417 size_t cache_size_; // # of bytes allowed before GC
436 explicit CacheLogAccumulator(ssize_t arc_limit = 10, bool gc = false,
439 new CacheLogAccumulatorData<A>(gc, gc_limit)), s_(kNoStateId),