Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.cc326 uint32_t rec_size = CacheRecord::CalcSize(key, val); in Append() local
328 if (!ExpandBuffer(rec_size)) { in Append()
330 ROCKS_LOG_DEBUG(log_, "Error expanding buffers. size=%d", rec_size); in Append()
336 lba->size_ = rec_size; in Append()
345 disk_woff_ += rec_size; in Append()