Searched refs:AllocateBlock (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/table/ |
| D | block_fetcher.cc | 137 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()
|
| D | format.cc | 360 ubuf = AllocateBlock(ulength, allocator); in UncompressBlockContentsForCompressionType()
|
| D | meta_blocks.cc | 344 ROCKSDB_NAMESPACE::AllocateBlock(len, memory_allocator); in ReadProperties()
|
| /rocksdb-6.9/util/ |
| D | compression.h | 804 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/ |
| D | memory_allocator.h | 29 inline CacheAllocationPtr AllocateBlock(size_t size, in AllocateBlock() function
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_builder.cc | 812 AllocateBlock(size + 1, block_cache_compressed->memory_allocator()); in InsertBlockInCache()
|
| D | block_based_table_reader.cc | 216 heap_buf = AllocateBlock(buf.size(), allocator); in CopyBufferToHeap()
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 3521 uncompressed = AllocateBlock(ulength, nullptr); in Uncompress()
|