Searched refs:zero (Results 1 – 15 of 15) sorted by relevance
| /rocksdb-6.9/db/ |
| D | write_batch_test.cc | 623 ColumnFamilyHandleImplDummy zero(0), two(2), three(3), eight(8); in TEST_F() local 624 batch.Put(&zero, Slice("foo"), Slice("bar")); in TEST_F() 631 batch.Put(&zero, Slice("foo"), Slice("bar")); in TEST_F() 652 ColumnFamilyHandleImplDummy zero(0), two(2), three(3), eight(8); in TEST_F() local 653 batch.Put(&zero, Slice("foo"), Slice("bar")); in TEST_F() 659 batch.Put(&zero, Slice("foo"), Slice("bar")); in TEST_F() 712 iter.reset(batch.NewIterator(&zero)); in TEST_F()
|
| /rocksdb-6.9/memory/ |
| D | jemalloc_nodump_allocator.cc | 72 size_t size, size_t alignment, bool* zero, in Alloc() argument 77 void* result = original_alloc(extent, new_addr, size, alignment, zero, commit, in Alloc()
|
| D | jemalloc_nodump_allocator.h | 44 size_t alignment, bool* zero, bool* commit,
|
| /rocksdb-6.9/memtable/ |
| D | inlineskiplist_test.cc | 90 Key zero = 0; in Validate() local 91 iter.Seek(Encode(&zero)); in Validate() 156 uint64_t zero = 0; in TEST_F() local 157 iter.Seek(Encode(&zero)); in TEST_F()
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/detail/ |
| D | Spin.h | 29 if (opt.spin_max() <= opt.spin_max().zero()) { in spin_pause_until()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-07-29-rocksdb-3-3-release.markdown | 24 … have a variable called timeout_hint_us. With timeout_hint_us set to non-zero, any write associat…
|
| D | 2017-07-25-rocksdb-5-6-1-released.markdown | 9 … users can achieve this by configuring their high-pri thread pool to have zero threads. See https:…
|
| D | 2016-07-26-rocksdb-4-8-released.markdown | 21 …* Add ReadOptions::readahead_size. If non-zero, NewIterator will create a new table reader which p…
|
| D | 2014-03-27-how-to-persist-in-memory-rocksdb-database.markdown | 19 … the timeout when we delete the archived log files. If the timeout is non-zero, obsolete log files…
|
| D | 2015-07-23-dynamic-level.markdown | 26 Applying the equation, if we have four non-zero levels, their sizes are 1GB, 10GB, 100GB, 1000GB, t…
|
| D | 2018-11-21-delete-range.markdown | 125 case, which is the memtable contains zero or a small number of range tombstones.
|
| /rocksdb-6.9/third-party/folly/folly/detail/ |
| D | Futex.cpp | 76 epoch = Clock::duration::zero(); in timeSpecFromTimePoint()
|
| /rocksdb-6.9/port/win/ |
| D | port_win.cc | 99 (usAbsTime > usNow) ? (usAbsTime - usNow) : microseconds::zero(); in TimedWait()
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | DistributedMutex-inl.h | 885 : (spins < kMaxSpins) ? previous : decltype(time())::zero();
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 116 …ssues non-TTL Puts to BlobDB. TTL Puts can be enabled by specifying a non-zero value for the `blob… 378 * Start populating `NO_FILE_CLOSES` ticker statistic, which was always zero previously. 383 …leFileCreationInfo::file_path` will be "(nil)" and `TableFileCreationInfo::file_size` will be zero. 616 …0`. Instead, users can achieve this by configuring their high-pri thread pool to have zero threads. 780 * Add ReadOptions::readahead_size. If non-zero, NewIterator will create a new table reader which pe… 1045 … have a variable called timeout_hint_us. With timeout_hint_us set to non-zero, any write associat…
|