Home
last modified time | relevance | path

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

/rocksdb-6.9/memtable/
Dhash_linklist_rep.cc27 typedef std::atomic<void*> Pointer; typedef
31 Pointer next;
196 Pointer* buckets_;
214 Node* GetLinkListFirstNode(Pointer* first_next_pointer) const;
224 Pointer* GetBucket(size_t i) const { in GetBucket()
228 Pointer* GetBucket(const Slice& slice) const { in GetBucket()
509 char* mem = allocator_->AllocateAligned(sizeof(Pointer) * bucket_size, in HashLinkListRep()
512 buckets_ = new (mem) Pointer[bucket_size]; in HashLinkListRep()
530 Pointer* first_next_pointer) const { in GetSkipListBucketHeader()
577 Pointer* first_next_pointer = in Insert()
[all …]
/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DInlineFunctionRef.h187 using Pointer = _t<std::add_pointer<_t<std::remove_reference<Func>>>>; in construct() local
188 new (&storage_) Pointer{&func}; in construct()
189 call_ = &callPointer<Pointer>; in construct()