Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch_test.cc623 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/
Djemalloc_nodump_allocator.cc72 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()
Djemalloc_nodump_allocator.h44 size_t alignment, bool* zero, bool* commit,
/rocksdb-6.9/memtable/
Dinlineskiplist_test.cc90 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/
DSpin.h29 if (opt.spin_max() <= opt.spin_max().zero()) { in spin_pause_until()
/rocksdb-6.9/docs/_posts/
D2014-07-29-rocksdb-3-3-release.markdown24 … have a variable called timeout_hint_us. With timeout_hint_us set to non-zero, any write associat…
D2017-07-25-rocksdb-5-6-1-released.markdown9 … users can achieve this by configuring their high-pri thread pool to have zero threads. See https:…
D2016-07-26-rocksdb-4-8-released.markdown21 …* Add ReadOptions::readahead_size. If non-zero, NewIterator will create a new table reader which p…
D2014-03-27-how-to-persist-in-memory-rocksdb-database.markdown19 … the timeout when we delete the archived log files. If the timeout is non-zero, obsolete log files…
D2015-07-23-dynamic-level.markdown26 Applying the equation, if we have four non-zero levels, their sizes are 1GB, 10GB, 100GB, 1000GB, t…
D2018-11-21-delete-range.markdown125 case, which is the memtable contains zero or a small number of range tombstones.
/rocksdb-6.9/third-party/folly/folly/detail/
DFutex.cpp76 epoch = Clock::duration::zero(); in timeSpecFromTimePoint()
/rocksdb-6.9/port/win/
Dport_win.cc99 (usAbsTime > usNow) ? (usAbsTime - usNow) : microseconds::zero(); in TimedWait()
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h885 : (spins < kMaxSpins) ? previous : decltype(time())::zero();
/rocksdb-6.9/
DHISTORY.md116 …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…