Home
last modified time | relevance | path

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

/rocksdb-6.9/cache/
Dclock_cache.cc340 bool EvictFromCache(size_t charge, CleanupContext* context);
523 bool ClockCacheShard::EvictFromCache(size_t charge, CleanupContext* context) { in EvictFromCache() function in ROCKSDB_NAMESPACE::__anon9da5ff120111::ClockCacheShard
554 EvictFromCache(0, &context); in SetCapacity()
571 bool success = EvictFromCache(total_charge, context); in Insert()