Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c1521 static size_t size_bound; in sort_buffer_size() local
1553 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()