Home | History | Annotate | Download | only in vendor

Lines Matching refs:opt_quantum_2pow

1201 static size_t	opt_quantum_2pow = QUANTUM_2POW_MIN;
4025 bin = &arena->bins[ntbins + (size >> opt_quantum_2pow)
4703 (QUANTUM_CEILING(size) >> opt_quantum_2pow)
4704 == (QUANTUM_CEILING(oldsize) >> opt_quantum_2pow))
5780 if (opt_quantum_2pow > QUANTUM_2POW_MIN)
5781 opt_quantum_2pow--;
5784 if (opt_quantum_2pow < pagesize_2pow -
5786 opt_quantum_2pow++;
5865 if (opt_small_max_2pow < opt_quantum_2pow)
5866 opt_small_max_2pow = opt_quantum_2pow;
5871 assert(opt_quantum_2pow >= TINY_MIN_2POW);
5872 ntbins = opt_quantum_2pow - TINY_MIN_2POW;
5873 assert(ntbins <= opt_quantum_2pow);
5874 nqbins = (small_max >> opt_quantum_2pow);
5877 /* Set variables according to the value of opt_quantum_2pow. */
5878 quantum = (1U << opt_quantum_2pow);