Searched refs:NTBINS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h567 #if (NTBINS != 0)
569 szind_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
589 szind_t index = NTBINS + grp + mod;
620 #if (NTBINS > 0)
621 if (index < NTBINS)
622 return (ZU(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + index));
625 size_t reduced_index = index - NTBINS;
663 #if (NTBINS > 0)
665 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
H A Dsize_classes.h20 * NTBINS: Number of tiny bins.
171 #define NTBINS 0 macro
320 #define NTBINS 0 macro
469 #define NTBINS 0 macro
618 #define NTBINS 0 macro
764 #define NTBINS 1 macro
910 #define NTBINS 1 macro
1056 #define NTBINS 1 macro
1202 #define NTBINS 1 macro
1346 #define NTBINS macro
1490 #define NTBINS macro
1634 #define NTBINS macro
1778 #define NTBINS macro
2087 #define NTBINS macro
2396 #define NTBINS macro
2705 #define NTBINS macro
3014 #define NTBINS macro
3320 #define NTBINS macro
3626 #define NTBINS macro
3932 #define NTBINS macro
4238 #define NTBINS macro
4542 #define NTBINS macro
4846 #define NTBINS macro
5150 #define NTBINS macro
5454 #define NTBINS macro
[all...]

Completed in 110 milliseconds