Searched refs:DEFAULT_BUFFER_CAPACITY (Results 1 – 1 of 1) sorted by relevance
6 const DEFAULT_BUFFER_CAPACITY: usize = 8 * (1 << 10); // 8 KB constant56 let capacity = cmp::max(min * 8, DEFAULT_BUFFER_CAPACITY); in new()