Home
last modified time | relevance | path

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

/rocksdb-6.9/cache/
Dclock_cache.cc261 class ClockCacheShard final : public CacheShard { class
266 ClockCacheShard();
267 ~ClockCacheShard() override;
383 ClockCacheShard::ClockCacheShard() in ClockCacheShard() function in ROCKSDB_NAMESPACE::__anon9da5ff120111::ClockCacheShard
386 ClockCacheShard::~ClockCacheShard() { in ~ClockCacheShard()
398 size_t ClockCacheShard::GetUsage() const { in GetUsage()
402 size_t ClockCacheShard::GetPinnedUsage() const { in GetPinnedUsage()
449 bool ClockCacheShard::Ref(Cache::Handle* h) { in Ref()
690 void ClockCacheShard::EraseUnRefEntries() { in EraseUnRefEntries()
708 shards_ = new ClockCacheShard[num_shards]; in ClockCache()
[all …]