Home | History | Annotate | Download | only in vendor

Lines Matching refs:small_max

1044 static size_t		small_max;
3209 * if the user increases small_max via the 'S' runtime
4022 } else if (size <= small_max) {
4701 } else if (size <= small_max) {
4702 if (oldsize >= small_min && oldsize <= small_max &&
4707 if (oldsize > small_max && oldsize <= bin_maxclass &&
4847 bin->reg_size = (small_max << (i - (ntbins + nqbins) + 1));
5391 _malloc_message("Max small size: ", umax2s(small_max, s), "\n",
5867 small_max = (1U << opt_small_max_2pow);
5874 nqbins = (small_max >> opt_quantum_2pow);
6457 stats->small_max = small_max;