Searched refs:SC_NTINY (Results 1 – 2 of 2) sorted by relevance
163 #if (SC_NTINY != 0) in sz_size2index_compute()165 szind_t lg_tmin = SC_LG_TINY_MAXCLASS - SC_NTINY + 1; in sz_size2index_compute()183 szind_t index = SC_NTINY + grp + mod; in sz_size2index_compute()212 #if (SC_NTINY > 0) in sz_index2size_compute()213 if (index < SC_NTINY) { in sz_index2size_compute()214 return (ZU(1) << (SC_LG_TINY_MAXCLASS - SC_NTINY + 1 + index)); in sz_index2size_compute()218 size_t reduced_index = index - SC_NTINY; in sz_index2size_compute()269 #if (SC_NTINY > 0) in sz_s2u_compute()271 size_t lg_tmin = SC_LG_TINY_MAXCLASS - SC_NTINY + 1; in sz_s2u_compute()
185 #define SC_NTINY (LG_QUANTUM - SC_LG_TINY_MIN) macro198 #define SC_NSIZES (SC_NTINY + SC_NPSEUDO + SC_NREGULAR)235 SC_NTINY + SC_NPSEUDO \