Home
last modified time | relevance | path

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

/rocksdb-6.9/cache/
Dclock_cache.cc177 struct CacheHandle { struct
194 CacheHandle() = default;
196 CacheHandle(const CacheHandle& a) { *this = a; } in CacheHandle() function
201 CacheHandle& operator=(const CacheHandle& a) { in operator =() argument
214 meta_charge += sizeof(CacheHandle); in CalcTotalCharge()
254 autovector<CacheHandle> to_delete_value;
358 std::deque<CacheHandle> list_;
365 autovector<CacheHandle*> recycle_;
582 CacheHandle* handle = nullptr; in Insert()
640 CacheHandle* handle = accessor->second; in Lookup()
[all …]