Searched refs:QSORT_PLAY_SAFE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c614 /* QSORT_PLAY_SAFE is the size of the largest partition we're willing
621 #ifndef QSORT_PLAY_SAFE
622 #define QSORT_PLAY_SAFE 255 macro
757 if (num_elts > QSORT_PLAY_SAFE) {

Completed in 18 milliseconds