Home
last modified time | relevance | path

Searched refs:NTBINS (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h523 #if (NTBINS != 0) in size2index_compute()
525 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1; in size2index_compute()
545 size_t index = NTBINS + grp + mod; in size2index_compute()
578 #if (NTBINS > 0) in index2size_compute()
579 if (index < NTBINS) in index2size_compute()
580 return (ZU(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + index)); in index2size_compute()
584 size_t reduced_index = index - NTBINS; in index2size_compute()
622 #if (NTBINS > 0) in s2u_compute()
624 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1; in s2u_compute()
Djemalloc_internal.h.in523 #if (NTBINS != 0)
525 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
545 size_t index = NTBINS + grp + mod;
578 #if (NTBINS > 0)
579 if (index < NTBINS)
580 return (ZU(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + index));
584 size_t reduced_index = index - NTBINS;
622 #if (NTBINS > 0)
624 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
Dsize_classes.h174 #define NTBINS 0 macro
324 #define NTBINS 1 macro
472 #define NTBINS 0 macro
785 #define NTBINS 0 macro
1095 #define NTBINS 1 macro
1403 #define NTBINS 0 macro
Dsize_classes.sh209 * NTBINS: Number of tiny bins.