Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c349 static size_t sorted_file_alloc; variable
4100 if (sorted_file_alloc < cwd_n_used + cwd_n_used / 2) in sort_files()
4104 sorted_file_alloc = 3 * cwd_n_used; in sort_files()