Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dpp_sort.c33 #ifndef SMALLSORT
34 #define SMALLSORT (200) macro
342 gptr small[SMALLSORT]; in S_sortsv_flags_impl()
350 if (nmemb <= SMALLSORT) aux = small; /* use stack for aux array */ in S_sortsv_flags_impl()