Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.h120 Buffer() : buf_start_offset(0), buf_len(0), buf_capacity(0) {} in Buffer()
124 uint32_t buf_capacity; member
Dplain_table_key_coding.cc207 if (size_to_read > new_buffer->buf_capacity) { in ReadNonMmap()
209 new_buffer->buf_capacity = size_to_read; in ReadNonMmap()