Searched refs:nsbins (Results 1 – 1 of 1) sorted by relevance
673 static unsigned nsbins; /* Number of (2^n)-spaced sub-page bins. */ variable1146 for (i = 0, gap_start = minusone; i < ntbins + nqbins + nsbins; i++) { in stats_print()2585 for (; i < ntbins + nqbins + nsbins; i++) { in arena_new()2612 + (sizeof(arena_bin_t) * (ntbins + nqbins + nsbins - 1))); in arenas_extend()3469 nsbins = (unsigned)(pagesize_2pow - opt_small_max_2pow - 1); in malloc_init_hard()