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