Home
last modified time | relevance | path

Searched refs:LG_TINY_MAXCLASS (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dsz.h130 if (size <= (ZU(1) << LG_TINY_MAXCLASS)) { in sz_size2index_compute()
131 szind_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1; in sz_size2index_compute()
177 return (ZU(1) << (LG_TINY_MAXCLASS - NTBINS + 1 + index)); in sz_index2size_compute()
218 if (size <= (ZU(1) << LG_TINY_MAXCLASS)) { in sz_s2u_compute()
219 size_t lg_tmin = LG_TINY_MAXCLASS - NTBINS + 1; in sz_s2u_compute()
Dsize_classes.h184 #define LG_TINY_MAXCLASS "NA" macro
333 #define LG_TINY_MAXCLASS 3 macro
480 #define LG_TINY_MAXCLASS "NA" macro
792 #define LG_TINY_MAXCLASS "NA" macro
1101 #define LG_TINY_MAXCLASS 3 macro
1408 #define LG_TINY_MAXCLASS "NA" macro
Dsize_classes.sh306 * LG_TINY_MAXCLASS: Lg of maximum tiny size class.