Home
last modified time | relevance | path

Searched refs:SC_NTINY (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h129 #if (SC_NTINY != 0) in sz_size2index_compute()
131 szind_t lg_tmin = SC_LG_TINY_MAXCLASS - SC_NTINY + 1; in sz_size2index_compute()
149 szind_t index = SC_NTINY + grp + mod; in sz_size2index_compute()
173 #if (SC_NTINY > 0) in sz_index2size_compute()
174 if (index < SC_NTINY) { in sz_index2size_compute()
175 return (ZU(1) << (SC_LG_TINY_MAXCLASS - SC_NTINY + 1 + index)); in sz_index2size_compute()
179 size_t reduced_index = index - SC_NTINY; in sz_index2size_compute()
219 #if (SC_NTINY > 0) in sz_s2u_compute()
221 size_t lg_tmin = SC_LG_TINY_MAXCLASS - SC_NTINY + 1; in sz_s2u_compute()
H A Dsc.h185 #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) macro
198 #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR)
209 - SC_NTINY \
231 SC_NTINY + SC_NPSEUDO \