Lines Matching defs:SC_NBINS
467 for (unsigned i = 0; i < SC_NBINS; i++) {
1070 malloc_conf_init_helper(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS],
1748 malloc_conf_init(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS]) {
1810 unsigned bin_shard_sizes[SC_NBINS];
2942 alloc_ctx.slab = (alloc_ctx.szind < SC_NBINS);
2950 alloc_ctx.slab = (alloc_ctx.szind < SC_NBINS);
2968 alloc_ctx.slab = (alloc_ctx.szind < SC_NBINS);
3108 assert(alloc_ctx.szind < SC_NBINS);
4165 if (likely(ind < SC_NBINS)) {
4189 if (likely(ind < SC_NBINS) && batch >= nregs) {
4259 && unlikely(ind >= SC_NBINS)) {