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

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 670 #if (NTBINS != 0)
672 szind_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
690 szind_t index = NTBINS + grp + mod;
721 #if (NTBINS > 0)
722 if (index < NTBINS)
723 return (ZU(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + index));
726 size_t reduced_index = index - NTBINS;
766 #if (NTBINS > 0)
768 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1;
    [all...]
size_classes.sh 116 ntbins=0
138 ntbins=$((${ntbins} + 1))
146 if [ ${ntbins} -gt 0 ] ; then
211 # - ntbins
243 * NTBINS: Number of tiny bins.
268 echo "#define NTBINS ${ntbins}"
size_classes.h 20 * NTBINS: Number of tiny bins.
172 #define NTBINS 0
319 #define NTBINS 1
464 #define NTBINS 0
    [all...]

Completed in 202 milliseconds