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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1174 static size_t opt_lg_qspace_max = LG_QSPACE_MAX_DEFAULT; variable
5296 if (opt_lg_qspace_max != LG_QSPACE_MAX_DEFAULT
5315 assert(opt_lg_qspace_max != LG_QSPACE_MAX_DEFAULT
5524 opt_lg_qspace_max &&
5629 if (opt_lg_qspace_max > LG_QUANTUM)
5630 opt_lg_qspace_max--;
5633 if (opt_lg_qspace_max + 1 <
5635 opt_lg_qspace_max++;
5688 qspace_max = (1U << opt_lg_qspace_max);

Completed in 121 milliseconds