Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.cc154 assert(buf->Used() == buf->Capacity()); in Append()
418 assert(buf->Used() % kFileAlignmentSize == 0); in DispatchBuffer()
486 size_t nbytes = pending_nbytes > (buf->Used() - start_off) in ReadBuffer()
487 ? (buf->Used() - start_off) in ReadBuffer()
577 while (!cache_->Reserve(io.buf_->Used())) { in ThreadMain()
592 while (written < io.buf_->Used()) { in DispatchIO()
Dblock_cache_tier_file_buffer.h48 size_t Used() const { return pos_; } in Used() function
/rocksdb-6.9/
DWINDOWS_PORT.md55 * Function local statics initialization is still not safe. Used `std::once` to mitigate within WinE…
DCMakeLists.txt381 # Used to run CI build and tests so we can run faster