Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dcolumn_family.cc199 ClipToRange(&result.write_buffer_size, ((size_t)64) << 10, clamp_max); in SanitizeOptions()
/rocksdb-6.9/db/db_impl/
Ddb_impl_open.cc48 ClipToRange(&result.max_open_files, 20, max_max_open_files); in SanitizeOptions()
Ddb_impl.h2138 static void ClipToRange(T* ptr, V minvalue, V maxvalue) { in ClipToRange() function