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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c410 * (1U << opt_lg_tcache_gc_sweep) is the approximate number of
1166 static ssize_t opt_lg_tcache_gc_sweep = LG_TCACHE_GC_SWEEP_DEFAULT; variable
5173 umax2s((1U << opt_lg_tcache_gc_sweep), 10, s) : "N/A", "", "");
5564 if (opt_lg_tcache_gc_sweep >= 0)
5565 opt_lg_tcache_gc_sweep--;
5568 if (opt_lg_tcache_gc_sweep + 1 <
5570 opt_lg_tcache_gc_sweep++;
5750 if (opt_lg_tcache_gc_sweep >= 0) {
5751 tcache_gc_incr = ((1U << opt_lg_tcache_gc_sweep) /
5752 nbins) + (((1U << opt_lg_tcache_gc_sweep)
[all...]

Completed in 48 milliseconds