Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dblock_fetcher.cc137 compressed_buf_ = AllocateBlock(block_size_ + kBlockTrailerSize, in PrepareBufferForBlockFromFile()
139 used_buf_ = compressed_buf_.get(); in PrepareBufferForBlockFromFile()
182 } else if (used_buf_ == compressed_buf_.get()) { in GetBlockContents()
187 heap_buf_ = std::move(compressed_buf_); in GetBlockContents()
Dblock_fetcher.h90 CacheAllocationPtr compressed_buf_; variable