Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlog_reader.cc224 size_t consumed_bytes = eof_offset_ - buffer_.size(); in UnmarkEOFInternal() local
230 if (buffer_.data() != backing_store_ + consumed_bytes) { in UnmarkEOFInternal()
233 memmove(backing_store_ + consumed_bytes, buffer_.data(), buffer_.size()); in UnmarkEOFInternal()
258 buffer_ = Slice(backing_store_ + consumed_bytes, in UnmarkEOFInternal()
259 eof_offset_ + added - consumed_bytes); in UnmarkEOFInternal()