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

/freebsd-9.3-release/libexec/rtld-elf/
H A Dmalloc.c349 * ``realloc_srchlen'' blocks in each list for a match (the variable
353 int realloc_srchlen = 4; /* 4 should be plenty, -1 =>'s whole list */ variable
379 * the last ``realloc_srchlen'' items free'd.
388 (i = findbucket(op, realloc_srchlen)) < 0)
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.alloc.c369 * ``realloc_srchlen'' blocks in each list for a match (the variable
375 static int realloc_srchlen = 4; variable
401 * ``realloc_srchlen'' items free'd. If all lookups fail, then assume
406 (i = findbucket(op, realloc_srchlen)) < 0)

Completed in 95 milliseconds