Home
last modified time | relevance | path

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

/rocksdb-6.9/memtable/
Dinlineskiplist_test.cc67 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()
Dskiplistrep.cc31 *buf = skip_list_.AllocateKey(len); in Allocate()
Dinlineskiplist.h84 char* AllocateKey(size_t key_size);
613 char* InlineSkipList<Comparator>::AllocateKey(size_t key_size) {
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4376 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 …]