| /rocksdb-6.9/table/ |
| D | meta_blocks.cc | 201 MemoryAllocator* memory_allocator) { in ReadProperties() argument 220 memory_allocator); in ReadProperties() 344 ROCKSDB_NAMESPACE::AllocateBlock(len, memory_allocator); in ReadProperties() 361 MemoryAllocator* memory_allocator) { in ReadTableProperties() argument 380 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in ReadTableProperties() 405 compression_type_missing, memory_allocator); in ReadTableProperties() 432 MemoryAllocator* memory_allocator) { in FindMetaBlock() argument 450 memory_allocator); in FindMetaBlock() 473 MemoryAllocator* memory_allocator) { in ReadMetaBlock() argument 493 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in ReadMetaBlock() [all …]
|
| D | meta_blocks.h | 109 MemoryAllocator* memory_allocator = nullptr); 124 MemoryAllocator* memory_allocator = nullptr); 138 MemoryAllocator* memory_allocator = nullptr); 150 MemoryAllocator* memory_allocator = nullptr);
|
| D | block_fetcher.h | 46 MemoryAllocator* memory_allocator = nullptr, 61 memory_allocator_(memory_allocator), in file_()
|
| D | iterator.cc.d | 6 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 29 memory/memory_allocator.h options/cf_options.h options/db_options.h \
|
| D | table_properties.cc.d | 12 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \ 30 memory/memory_allocator.h options/cf_options.h options/db_options.h \
|
| D | merging_iterator.cc.d | 14 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 30 memory/memory_allocator.h options/cf_options.h options/db_options.h \
|
| D | two_level_iterator.cc.d | 16 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 31 memory/memory_allocator.h options/cf_options.h options/db_options.h \
|
| /rocksdb-6.9/include/rocksdb/ |
| D | cache.h | 78 std::shared_ptr<MemoryAllocator> memory_allocator; member 100 memory_allocator(std::move(_memory_allocator)), in capacity() 116 std::shared_ptr<MemoryAllocator> memory_allocator = nullptr, 279 MemoryAllocator* memory_allocator() const { return memory_allocator_.get(); } in memory_allocator() function
|
| /rocksdb-6.9/memory/ |
| D | jemalloc_nodump_allocator.cc | 134 std::shared_ptr<MemoryAllocator>* memory_allocator) { in NewJemallocNodumpAllocator() argument 135 *memory_allocator = nullptr; in NewJemallocNodumpAllocator() 146 if (memory_allocator == nullptr) { in NewJemallocNodumpAllocator() 200 memory_allocator->reset( in NewJemallocNodumpAllocator()
|
| /rocksdb-6.9/table/block_based/ |
| D | hash_index_reader.cc | 70 MemoryAllocator* const memory_allocator = in Create() local 79 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in Create() 89 UncompressionDict::GetEmptyDict(), cache_options, memory_allocator); in Create()
|
| D | reader_common.h | 20 ? table_options.block_cache->memory_allocator() in GetMemoryAllocator() 27 ? table_options.block_cache_compressed->memory_allocator() in GetMemoryAllocatorForCompressedBlock()
|
| D | flush_block_policy.cc.d | 5 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \ 21 util/aligned_buffer.h memory/memory_allocator.h options/cf_options.h \
|
| D | parsed_full_filter_block.cc.d | 16 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \ 20 include/rocksdb/iterator.h memory/memory_allocator.h \
|
| D | block.cc.d | 14 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 30 memory/memory_allocator.h options/cf_options.h options/db_options.h \
|
| D | filter_policy.cc.d | 14 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \ 33 memory/memory_allocator.h options/cf_options.h options/db_options.h \
|
| /rocksdb-6.9/util/ |
| D | compression_context_cache.cc.d | 4 memory/memory_allocator.h include/rocksdb/memory_allocator.h \
|
| /rocksdb-6.9/options/ |
| D | cf_options.cc.d | 14 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 26 util/compression.h memory/memory_allocator.h \
|
| D | options_helper.cc.d | 15 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 27 util/compression.h memory/memory_allocator.h \
|
| D | options.cc.d | 11 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \ 26 memory/memory_allocator.h util/compression_context_cache.h \
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_index.cc.d | 15 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 28 util/compression.h memory/memory_allocator.h \
|
| /rocksdb-6.9/utilities/options/ |
| D | options_util.cc.d | 15 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 31 options/cf_options.h util/compression.h memory/memory_allocator.h \
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_dump_tool.cc.d | 13 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \ 23 table/format.h file/file_prefetch_buffer.h memory/memory_allocator.h \
|
| /rocksdb-6.9/db/ |
| D | range_tombstone_fragmenter.cc.d | 15 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 31 memory/memory_allocator.h options/cf_options.h options/db_options.h \
|
| D | log_writer.cc.d | 17 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \ 34 memory/memory_allocator.h options/cf_options.h options/db_options.h \
|
| /rocksdb-6.9/utilities/simulator_cache/ |
| D | sim_cache.cc.d | 5 include/rocksdb/memory_allocator.h include/rocksdb/status.h \ 36 util/aligned_buffer.h memory/memory_allocator.h options/cf_options.h \
|