Home
last modified time | relevance | path

Searched refs:memory_allocator (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/rocksdb-6.9/table/
Dmeta_blocks.cc201 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 …]
Dmeta_blocks.h109 MemoryAllocator* memory_allocator = nullptr);
124 MemoryAllocator* memory_allocator = nullptr);
138 MemoryAllocator* memory_allocator = nullptr);
150 MemoryAllocator* memory_allocator = nullptr);
Dblock_fetcher.h46 MemoryAllocator* memory_allocator = nullptr,
61 memory_allocator_(memory_allocator), in file_()
Diterator.cc.d6 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \
29 memory/memory_allocator.h options/cf_options.h options/db_options.h \
Dtable_properties.cc.d12 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \
30 memory/memory_allocator.h options/cf_options.h options/db_options.h \
Dmerging_iterator.cc.d14 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \
30 memory/memory_allocator.h options/cf_options.h options/db_options.h \
Dtwo_level_iterator.cc.d16 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/
Dcache.h78 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/
Djemalloc_nodump_allocator.cc134 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/
Dhash_index_reader.cc70 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()
Dreader_common.h20 ? table_options.block_cache->memory_allocator() in GetMemoryAllocator()
27 ? table_options.block_cache_compressed->memory_allocator() in GetMemoryAllocatorForCompressedBlock()
Dflush_block_policy.cc.d5 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \
21 util/aligned_buffer.h memory/memory_allocator.h options/cf_options.h \
Dparsed_full_filter_block.cc.d16 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \
20 include/rocksdb/iterator.h memory/memory_allocator.h \
Dblock.cc.d14 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \
30 memory/memory_allocator.h options/cf_options.h options/db_options.h \
Dfilter_policy.cc.d14 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/
Dcompression_context_cache.cc.d4 memory/memory_allocator.h include/rocksdb/memory_allocator.h \
/rocksdb-6.9/options/
Dcf_options.cc.d14 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \
26 util/compression.h memory/memory_allocator.h \
Doptions_helper.cc.d15 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \
27 util/compression.h memory/memory_allocator.h \
Doptions.cc.d11 include/rocksdb/cache.h include/rocksdb/memory_allocator.h \
26 memory/memory_allocator.h util/compression_context_cache.h \
/rocksdb-6.9/table/plain/
Dplain_table_index.cc.d15 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \
28 util/compression.h memory/memory_allocator.h \
/rocksdb-6.9/utilities/options/
Doptions_util.cc.d15 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/
Dblob_dump_tool.cc.d13 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/
Drange_tombstone_fragmenter.cc.d15 include/rocksdb/memory_allocator.h include/rocksdb/statistics.h \
31 memory/memory_allocator.h options/cf_options.h options/db_options.h \
Dlog_writer.cc.d17 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/
Dsim_cache.cc.d5 include/rocksdb/memory_allocator.h include/rocksdb/status.h \
36 util/aligned_buffer.h memory/memory_allocator.h options/cf_options.h \

12345678910>>...34