Home
last modified time | relevance | path

Searched refs:memory_allocator_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/
Dblock_fetcher.cc142 AllocateBlock(block_size_ + kBlockTrailerSize, memory_allocator_); in PrepareBufferForBlockFromFile()
169 heap_buf_ = AllocateBlock(block_size_ + kBlockTrailerSize, memory_allocator_); in CopyBufferToHeap()
184 memory_allocator_ != memory_allocator_compressed_) { in GetBlockContents()
273 memory_allocator_); in ReadBlockContents()
Dblock_fetcher.h61 memory_allocator_(memory_allocator), in file_()
83 MemoryAllocator* memory_allocator_; variable
/rocksdb-6.9/include/rocksdb/
Dcache.h147 : memory_allocator_(std::move(allocator)) {} in memory_allocator_() function
279 MemoryAllocator* memory_allocator() const { return memory_allocator_.get(); } in memory_allocator()
282 std::shared_ptr<MemoryAllocator> memory_allocator_;