Searched refs:autoEvictedCount (Results 1 – 7 of 7) sorted by relevance
99 int64_t evictedCountBefore = cache->autoEvictedCount(); in TestEvictionUnderStress()103 int64_t evictedCountAfter = cache->autoEvictedCount(); in TestEvictionUnderStress()
336 int64_t autoEvictedCount() const;
148 int64_t UnifiedCache::autoEvictedCount() const { in autoEvictedCount() function in UnifiedCache