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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmalloc.c230 static int maxbuck; /* highest bucket receiving allocation request. */ variable
405 split_max = (maxbuck > SPLIT_MAX) ? maxbuck : SPLIT_MAX;
779 if (nunits > maxbuck)
780 maxbuck = nunits;

Completed in 114 milliseconds