HomeSort by relevance Sort by last modified time
    Searched refs:NTBINS (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
arena.h 520 #if (NTBINS != 0)
522 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
540 size_t bin = NTBINS + grp + mod;
572 #if (NTBINS > 0)
573 if (binind < NTBINS)
574 return (ZU(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + binind));
578 size_t reduced_binind = binind - NTBINS;
618 #if (NTBINS > 0)
620 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
    [all...]
size_classes.sh 98 ntbins=0
116 ntbins=$((${ntbins} + 1))
124 if [ ${ntbins} -gt 0 ] ; then
172 # - ntbins
199 * NTBINS: Number of tiny bins.
220 echo "#define NTBINS ${ntbins}"
size_classes.h 19 * NTBINS: Number of tiny bins.
172 #define NTBINS 0
323 #define NTBINS 0
474 #define NTBINS 0
622 #define NTBINS 1
    [all...]

Completed in 782 milliseconds