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

/freebsd-9.3-release/libexec/rtld-elf/
H A Dmalloc.c64 static int findbucket();
387 if ((i = findbucket(op, 1)) < 0 &&
388 (i = findbucket(op, realloc_srchlen)) < 0)
427 findbucket(freep, srchlen) function
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.alloc.c151 static int findbucket (union overhead *, int);
405 if ((i = findbucket(op, 1)) < 0 &&
406 (i = findbucket(op, realloc_srchlen)) < 0)
475 findbucket(union overhead *freep, int srchlen) function

Completed in 47 milliseconds