Searched refs:max_buffer_size_ (Results 1 – 2 of 2) sorted by relevance
59 size_t max_buffer_size_; variable89 max_buffer_size_(options.writable_file_max_buffer_size), in writable_file_()103 reinterpret_cast<void*>(max_buffer_size_)); in writable_file_()105 buf_.AllocateNewBuffer(std::min((size_t)65536, max_buffer_size_)); in writable_file_()
43 cap < max_buffer_size_; // There is still room to increase in Append()47 size_t desired_capacity = std::min(cap * 2, max_buffer_size_); in Append()49 (use_direct_io() && desired_capacity == max_buffer_size_)) { in Append()