Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/alloc/
A Dslice.rs1088 const MIN_RUN: usize = 10; in merge_sort() consts
1141 while start > 0 && end - start < MIN_RUN { in merge_sort()

Completed in 5 milliseconds