Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dblock_fetcher.cc137 compressed_buf_ = AllocateBlock(block_size_ + kBlockTrailerSize, in PrepareBufferForBlockFromFile()
142 AllocateBlock(block_size_ + kBlockTrailerSize, memory_allocator_); in PrepareBufferForBlockFromFile()
169 heap_buf_ = AllocateBlock(block_size_ + kBlockTrailerSize, memory_allocator_); in CopyBufferToHeap()
Dformat.cc360 ubuf = AllocateBlock(ulength, allocator); in UncompressBlockContentsForCompressionType()
Dmeta_blocks.cc344 ROCKSDB_NAMESPACE::AllocateBlock(len, memory_allocator); in ReadProperties()
/rocksdb-6.9/util/
Dcompression.h804 auto output = AllocateBlock(output_len, allocator);
824 auto tmp = AllocateBlock(output_len, allocator);
952 auto output = AllocateBlock(output_len, allocator);
971 auto tmp = AllocateBlock(output_len, allocator);
1101 auto output = AllocateBlock(output_len, allocator);
1312 auto output = AllocateBlock(output_len, allocator);
/rocksdb-6.9/memory/
Dmemory_allocator.h29 inline CacheAllocationPtr AllocateBlock(size_t size, in AllocateBlock() function
/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.cc812 AllocateBlock(size + 1, block_cache_compressed->memory_allocator()); in InsertBlockInCache()
Dblock_based_table_reader.cc216 heap_buf = AllocateBlock(buf.size(), allocator); in CopyBufferToHeap()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3521 uncompressed = AllocateBlock(ulength, nullptr); in Uncompress()