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

/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c257 * ``realloc_srchlen'' blocks in each list for a match (the variable
261 int realloc_srchlen = 4; /* 4 should be plenty, -1 =>'s whole list */ variable
286 * the last ``realloc_srchlen'' items free'd.
291 (i = findbucket(op, realloc_srchlen)) < 0) {

Completed in 53 milliseconds