Searched refs:size_bound (Results 1 – 1 of 1) sorted by relevance
1521 static size_t size_bound; in sort_buffer_size() local1553 if (! size_bound) in sort_buffer_size()1555 size_bound = sort_size; in sort_buffer_size()1556 if (! size_bound) in sort_buffer_size()1557 size_bound = default_sort_size (); in sort_buffer_size()1565 || size_bound - size <= worst_case) in sort_buffer_size()1566 return size_bound; in sort_buffer_size()