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 523 #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;
size_classes.sh 100 ntbins=0
118 ntbins=$((${ntbins} + 1))
126 if [ ${ntbins} -gt 0 ] ; then
180 # - ntbins
209 * NTBINS: Number of tiny bins.
232 echo "#define NTBINS ${ntbins}"
size_classes.h 19 * NTBINS: Number of tiny bins.
174 #define NTBINS 0
324 #define NTBINS 1
472 #define NTBINS 0
    [all...]

Completed in 368 milliseconds