Lines Matching refs:nhbins
13 unsigned nhbins;
68 if (tcache->next_gc_bin == nhbins)
177 assert(binind < nhbins);
320 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins);
338 for (i = 0; i < nhbins; i++) {
374 for (; i < nhbins; i++) {
433 for (; i < nhbins; i++) {
518 nhbins = size2index(tcache_maxclass) + 1;
521 tcache_bin_info = (tcache_bin_info_t *)base_alloc(nhbins *
540 for (; i < nhbins; i++) {