Searched refs:AllocateKey (Results 1 – 4 of 4) sorted by relevance
67 char* buf = list->AllocateKey(sizeof(Key)); in Insert()74 char* buf = list->AllocateKey(sizeof(Key)); in InsertWithHint()137 char* buf = list.AllocateKey(sizeof(Key)); in TEST_F()408 char* buf = list_.AllocateKey(sizeof(Key)); in WriteStep()418 char* buf = list_.AllocateKey(sizeof(Key)); in ConcurrentWriteStep()
31 *buf = skip_list_.AllocateKey(len); in Allocate()
84 char* AllocateKey(size_t key_size);613 char* InlineSkipList<Comparator>::AllocateKey(size_t key_size) {
4376 Slice key = AllocateKey(&key_guard); in DoWrite()4878 Slice key = AllocateKey(&key_guard); in ReadToRowCache()4965 Slice key = AllocateKey(&key_guard); in ReadRandomFast()5042 Slice key = AllocateKey(&key_guard); in ReadRandom()5441 Slice key = AllocateKey(&key_guard); in MixGraph()5649 Slice key = AllocateKey(&key_guard); in SeekRandom()5764 Slice key = AllocateKey(&key_guard); in DoDelete()5823 Slice key = AllocateKey(&key_guard); in BGWriter()6014 Slice key = AllocateKey(&key_guard); in RandomWithVerify()6084 Slice key = AllocateKey(&key_guard); in ReadRandomWriteRandom()[all …]