Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.cc96 static uint32_t CalcSize(const Slice& key, const Slice& val) { in CalcSize() function
326 uint32_t rec_size = CacheRecord::CalcSize(key, val); in Append()