Lines Matching defs:nhbins
67 unsigned nhbins;
211 if (tcache_slow->next_gc_bin == nhbins) {
321 assert(binind < nhbins);
663 * not get used (i.e. bins higher than nhbins). This allows the fast
667 unsigned n_reserved_bins = nhbins < SC_NBINS ? SC_NBINS : nhbins;
671 cache_bin_preincrement(tcache_bin_info, nhbins, mem,
673 for (unsigned i = 0; i < nhbins; i++) {
685 * For small size classes beyond tcache_maxclass (i.e. nhbins < NBINS),
688 * nhbins is needed on fastpath.
690 for (unsigned i = nhbins; i < SC_NBINS; i++) {
701 cache_bin_postincrement(tcache_bin_info, nhbins, mem,
787 for (unsigned i = 0; i < nhbins; i++) {
858 memset(tcache->bins, 0, sizeof(cache_bin_t) * nhbins);
867 for (unsigned i = 0; i < nhbins; i++) {
993 assert(szind < nhbins);
1052 nhbins = sz_size2index(tcache_maxclass) + 1;
1060 unsigned n_reserved_bins = nhbins < SC_NBINS ? SC_NBINS : nhbins;
1068 for (szind_t i = 0; i < nhbins; i++) {
1072 for (szind_t i = nhbins; i < SC_NBINS; i++) {
1078 cache_bin_info_compute_alloc(tcache_bin_info, nhbins,