Searched refs:MIN_FREE_BUFFER_PCT (Results 1 – 1 of 1) sorted by relevance
134 const MIN_FREE_BUFFER_PCT: f64 = 0.1; constant1031 let threshold: usize = (MIN_FREE_BUFFER_PCT * connection.buf_alloc as f64) as usize; in check_free_buffer_threshold()