Searched refs:memory_allocator_ (Results 1 – 3 of 3) sorted by relevance
142 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()
61 memory_allocator_(memory_allocator), in file_()83 MemoryAllocator* memory_allocator_; variable
147 : memory_allocator_(std::move(allocator)) {} in memory_allocator_() function279 MemoryAllocator* memory_allocator() const { return memory_allocator_.get(); } in memory_allocator()282 std::shared_ptr<MemoryAllocator> memory_allocator_;