Searched refs:MemoryAllocator (Results 1 – 21 of 21) sorted by relevance
| /rocksdb-6.9/include/rocksdb/ |
| D | cache.h | 78 std::shared_ptr<MemoryAllocator> memory_allocator; 92 std::shared_ptr<MemoryAllocator> _memory_allocator = nullptr, 116 std::shared_ptr<MemoryAllocator> memory_allocator = nullptr, 146 Cache(std::shared_ptr<MemoryAllocator> allocator = nullptr) 279 MemoryAllocator* memory_allocator() const { return memory_allocator_.get(); } in memory_allocator() 282 std::shared_ptr<MemoryAllocator> memory_allocator_;
|
| D | memory_allocator.h | 18 class MemoryAllocator { 20 virtual ~MemoryAllocator() = default; 75 std::shared_ptr<MemoryAllocator>* memory_allocator);
|
| /rocksdb-6.9/table/ |
| D | block_fetcher.h | 46 MemoryAllocator* memory_allocator = nullptr, 47 MemoryAllocator* memory_allocator_compressed = nullptr, 83 MemoryAllocator* memory_allocator_; 84 MemoryAllocator* memory_allocator_compressed_;
|
| 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 | meta_blocks.cc | 201 MemoryAllocator* memory_allocator) { in ReadProperties() 361 MemoryAllocator* memory_allocator) { in ReadTableProperties() 432 MemoryAllocator* memory_allocator) { in FindMetaBlock() 473 MemoryAllocator* memory_allocator) { in ReadMetaBlock()
|
| D | format.h | 323 MemoryAllocator* allocator = nullptr); 331 const ImmutableCFOptions& ioptions, MemoryAllocator* allocator = nullptr);
|
| D | format.cc | 343 const ImmutableCFOptions& ioptions, MemoryAllocator* allocator) { in UncompressBlockContentsForCompressionType() 464 MemoryAllocator* allocator) { in UncompressBlockContents()
|
| D | table_test.cc | 3168 class CustomMemoryAllocator : public MemoryAllocator { 3189 TEST_P(BlockBasedTableTest, MemoryAllocator) { in TEST_P() argument
|
| /rocksdb-6.9/memory/ |
| D | memory_allocator.h | 14 CustomDeleter(MemoryAllocator* a = nullptr) : allocator(a) {} in allocator() 24 MemoryAllocator* allocator; 30 MemoryAllocator* allocator) { in AllocateBlock()
|
| D | jemalloc_nodump_allocator.h | 25 class JemallocNodumpAllocator : public MemoryAllocator { 40 std::shared_ptr<MemoryAllocator>* memory_allocator);
|
| D | jemalloc_nodump_allocator.cc | 134 std::shared_ptr<MemoryAllocator>* memory_allocator) { in NewJemallocNodumpAllocator()
|
| /rocksdb-6.9/table/block_based/ |
| D | reader_common.h | 17 inline MemoryAllocator* GetMemoryAllocator( in GetMemoryAllocator() 24 inline MemoryAllocator* GetMemoryAllocatorForCompressedBlock( in GetMemoryAllocatorForCompressedBlock()
|
| D | hash_index_reader.cc | 70 MemoryAllocator* const memory_allocator = in Create()
|
| D | block_based_table_reader.h | 361 MemoryAllocator* memory_allocator,
|
| D | block_based_table_reader.cc | 165 MemoryAllocator* memory_allocator, bool for_compaction, bool using_zstd, in ReadBlockFromFile() 214 CacheAllocationPtr CopyBufferToHeap(MemoryAllocator* allocator, Slice& buf) { in CopyBufferToHeap() 1197 MemoryAllocator* memory_allocator, BlockType block_type, in PutDataBlockToCache() 1548 MemoryAllocator* memory_allocator = GetMemoryAllocator(rep_->table_options); in RetrieveMultipleBlocks()
|
| /rocksdb-6.9/util/ |
| D | compression.h | 761 MemoryAllocator* allocator = nullptr, int windowBits = -14) { 924 uint32_t compress_format_version, MemoryAllocator* allocator = nullptr) { 1081 MemoryAllocator* allocator = nullptr) { 1304 int* decompress_size, MemoryAllocator* allocator = nullptr) {
|
| /rocksdb-6.9/cache/ |
| D | sharded_cache.h | 59 std::shared_ptr<MemoryAllocator> memory_allocator = nullptr);
|
| D | lru_cache.cc | 468 std::shared_ptr<MemoryAllocator> allocator, in LRUCache() 556 std::shared_ptr<MemoryAllocator> memory_allocator, bool use_adaptive_mutex, in NewLRUCache()
|
| D | sharded_cache.cc | 20 std::shared_ptr<MemoryAllocator> allocator) in ShardedCache()
|
| D | lru_cache.h | 316 std::shared_ptr<MemoryAllocator> memory_allocator = nullptr,
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 362 * Introduced `MemoryAllocator`, which lets the user specify custom memory allocator for block based…
|