Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/memory/
Dconcurrent_arena.h165 auto exact = arena_allocated_and_unused_.load(std::memory_order_relaxed); in AllocateImpl() local
166 assert(exact == arena_.AllocatedAndUnused()); in AllocateImpl()
168 if (exact >= bytes && arena_.IsInInlineBlock()) { in AllocateImpl()
182 avail = exact >= shard_block_size_ / 2 && exact < shard_block_size_ * 2 in AllocateImpl()
183 ? exact in AllocateImpl()
/rocksdb-6.9/db/compaction/
Dcompaction_iterator_test.cc61 void WaitForStall(int k, bool exact = true) { in WaitForStall() argument
66 if (exact) { in WaitForStall()
/rocksdb-6.9/
DHISTORY.md62 … key, and those user keys are for merge operands. In this case, Get() the exact key may miss some …
266 * Block-based table index now contains exact highest key in the file, rather than an upper bound. T…