Home
last modified time | relevance | path

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

/rocksdb-6.9/memtable/
Dhash_linklist_rep.cc261 class FullListIterator : public MemTableRep::Iterator { class in ROCKSDB_NAMESPACE::__anoncfd1c5190111::HashLinkListRep
263 explicit FullListIterator(MemtableSkipList* list, Allocator* allocator) in FullListIterator() function in ROCKSDB_NAMESPACE::__anoncfd1c5190111::HashLinkListRep::FullListIterator
266 ~FullListIterator() override {} in ~FullListIterator()
779 return new FullListIterator(list, new_arena); in GetIterator()
781 auto mem = alloc_arena->AllocateAligned(sizeof(FullListIterator)); in GetIterator()
782 return new (mem) FullListIterator(list, new_arena); in GetIterator()