Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 18 of 18) sorted by relevance

/rocksdb-6.9/memory/
Dmemory_allocator.h14 CustomDeleter(MemoryAllocator* a = nullptr) : allocator(a) {} in allocator() function
24 MemoryAllocator* allocator; member
30 MemoryAllocator* allocator) { in AllocateBlock()
/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h81 explicit MemTableRep(Allocator* allocator) : allocator_(allocator) {} in MemTableRep()
285 const MemTableRep::KeyComparator& key_cmp, Allocator* allocator, in CreateMemTableRep()
Dcache.h147 : memory_allocator_(std::move(allocator)) {} in memory_allocator_()
/rocksdb-6.9/util/
Ddynamic_bloom.cc28 DynamicBloom::DynamicBloom(Allocator* allocator, uint32_t total_bits, in DynamicBloom()
Dcompression.h332 auto allocator = allocation_.get_deleter().allocator; in ApproximateMemoryUsage() local
/rocksdb-6.9/memtable/
Dvectorrep.cc136 VectorRep::VectorRep(const KeyComparator& compare, Allocator* allocator, in VectorRep()
296 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
Dskiplistrep.cc22 Allocator* allocator, const SliceTransform* transform, in SkipListRep()
275 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
Dhash_skiplist_rep.cc232 Allocator* allocator, in HashSkipListRep()
335 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
Dhash_linklist_rep.cc263 explicit FullListIterator(MemtableSkipList* list, Allocator* allocator) in FullListIterator()
495 const MemTableRep::KeyComparator& compare, Allocator* allocator, in HashLinkListRep()
826 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
/rocksdb-6.9/db/
Ddb_memtable_test.cc25 explicit MockMemTableRep(Allocator* allocator, MemTableRep* rep) in MockMemTableRep()
71 Allocator* allocator, in CreateMemTableRep()
82 Allocator* allocator, in CreateMemTableRep()
Ddb_test_util.h122 explicit SpecialMemTableRep(Allocator* allocator, MemTableRep* memtable, in SpecialMemTableRep()
190 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
/rocksdb-6.9/table/plain/
Dplain_table_bloom.cc42 void PlainTableBloomV1::SetTotalBits(Allocator* allocator, uint32_t total_bits, in SetTotalBits()
Dplain_table_bloom.h118 void SetTotalBits(Allocator* allocator, uint32_t total_bits, in SetTotalBits()
/rocksdb-6.9/table/
Dformat.cc343 const ImmutableCFOptions& ioptions, MemoryAllocator* allocator) { in UncompressBlockContentsForCompressionType()
464 MemoryAllocator* allocator) { in UncompressBlockContents()
Dformat.h270 auto allocator = allocation.get_deleter().allocator; in usable_size() local
/rocksdb-6.9/cache/
Dsharded_cache.cc20 std::shared_ptr<MemoryAllocator> allocator) in ShardedCache()
Dlru_cache.cc468 std::shared_ptr<MemoryAllocator> allocator, in LRUCache()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc214 CacheAllocationPtr CopyBufferToHeap(MemoryAllocator* allocator, Slice& buf) { in CopyBufferToHeap()