Searched refs:exact (Results 1 – 3 of 3) sorted by relevance
165 auto exact = arena_allocated_and_unused_.load(std::memory_order_relaxed); in AllocateImpl() local166 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()
61 void WaitForStall(int k, bool exact = true) { in WaitForStall() argument66 if (exact) { in WaitForStall()
62 … 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…