Searched defs:allocator (Results 1 – 18 of 18) sorted by relevance
| /rocksdb-6.9/memory/ |
| D | memory_allocator.h | 14 CustomDeleter(MemoryAllocator* a = nullptr) : allocator(a) {} in allocator() function 24 MemoryAllocator* allocator; member 30 MemoryAllocator* allocator) { in AllocateBlock()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | memtablerep.h | 81 explicit MemTableRep(Allocator* allocator) : allocator_(allocator) {} in MemTableRep() 285 const MemTableRep::KeyComparator& key_cmp, Allocator* allocator, in CreateMemTableRep()
|
| D | cache.h | 147 : memory_allocator_(std::move(allocator)) {} in memory_allocator_()
|
| /rocksdb-6.9/util/ |
| D | dynamic_bloom.cc | 28 DynamicBloom::DynamicBloom(Allocator* allocator, uint32_t total_bits, in DynamicBloom()
|
| D | compression.h | 332 auto allocator = allocation_.get_deleter().allocator; in ApproximateMemoryUsage() local
|
| /rocksdb-6.9/memtable/ |
| D | vectorrep.cc | 136 VectorRep::VectorRep(const KeyComparator& compare, Allocator* allocator, in VectorRep() 296 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
|
| D | skiplistrep.cc | 22 Allocator* allocator, const SliceTransform* transform, in SkipListRep() 275 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
|
| D | hash_skiplist_rep.cc | 232 Allocator* allocator, in HashSkipListRep() 335 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
|
| D | hash_linklist_rep.cc | 263 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/ |
| D | db_memtable_test.cc | 25 explicit MockMemTableRep(Allocator* allocator, MemTableRep* rep) in MockMemTableRep() 71 Allocator* allocator, in CreateMemTableRep() 82 Allocator* allocator, in CreateMemTableRep()
|
| D | db_test_util.h | 122 explicit SpecialMemTableRep(Allocator* allocator, MemTableRep* memtable, in SpecialMemTableRep() 190 const MemTableRep::KeyComparator& compare, Allocator* allocator, in CreateMemTableRep()
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_bloom.cc | 42 void PlainTableBloomV1::SetTotalBits(Allocator* allocator, uint32_t total_bits, in SetTotalBits()
|
| D | plain_table_bloom.h | 118 void SetTotalBits(Allocator* allocator, uint32_t total_bits, in SetTotalBits()
|
| /rocksdb-6.9/table/ |
| D | format.cc | 343 const ImmutableCFOptions& ioptions, MemoryAllocator* allocator) { in UncompressBlockContentsForCompressionType() 464 MemoryAllocator* allocator) { in UncompressBlockContents()
|
| D | format.h | 270 auto allocator = allocation.get_deleter().allocator; in usable_size() local
|
| /rocksdb-6.9/cache/ |
| D | sharded_cache.cc | 20 std::shared_ptr<MemoryAllocator> allocator) in ShardedCache()
|
| D | lru_cache.cc | 468 std::shared_ptr<MemoryAllocator> allocator, in LRUCache()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.cc | 214 CacheAllocationPtr CopyBufferToHeap(MemoryAllocator* allocator, Slice& buf) { in CopyBufferToHeap()
|