Home
last modified time | relevance | path

Searched defs:memory_allocator (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dcache.h78 std::shared_ptr<MemoryAllocator> memory_allocator; member
279 MemoryAllocator* memory_allocator() const { return memory_allocator_.get(); } in memory_allocator() function
/rocksdb-6.9/table/
Dmeta_blocks.cc201 MemoryAllocator* memory_allocator) { in ReadProperties()
361 MemoryAllocator* memory_allocator) { in ReadTableProperties()
432 MemoryAllocator* memory_allocator) { in FindMetaBlock()
473 MemoryAllocator* memory_allocator) { in ReadMetaBlock()
/rocksdb-6.9/table/block_based/
Dhash_index_reader.cc70 MemoryAllocator* const memory_allocator = in Create() local
Dblock_based_table_reader.cc165 MemoryAllocator* memory_allocator, bool for_compaction, bool using_zstd, in ReadBlockFromFile()
1197 MemoryAllocator* memory_allocator, BlockType block_type, in PutDataBlockToCache()
1548 MemoryAllocator* memory_allocator = GetMemoryAllocator(rep_->table_options); in RetrieveMultipleBlocks() local
/rocksdb-6.9/memory/
Djemalloc_nodump_allocator.cc134 std::shared_ptr<MemoryAllocator>* memory_allocator) { in NewJemallocNodumpAllocator()
/rocksdb-6.9/cache/
Dlru_cache.cc556 std::shared_ptr<MemoryAllocator> memory_allocator, bool use_adaptive_mutex, in NewLRUCache()