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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c876 # define ntbins ((unsigned)(LG_QUANTUM - LG_TINY_MIN)) macro
878 # define ntbins 0 macro
4056 i < ntbins ? "T" : i < ntbins + nqbins ?
4057 "Q" : i < ntbins + nqbins + ncbins ? "C" :
4058 i < ntbins + nqbins + ncbins + nsbins ? "S"
4628 for (; i < ntbins; i++) {
4644 for (; i < ntbins + nqbins; i++) {
4649 bin->reg_size = (i - ntbins + 1) << LG_QUANTUM;
4659 for (; i < ntbins
[all...]

Completed in 92 milliseconds