Searched refs:SMALLBIN_SHIFT (Results 1 – 1 of 1) sorted by relevance
2587 #define SMALLBIN_SHIFT (3U) macro2588 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT)2839 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS)2840 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT)2841 #define small_index2size(i) ((i) << SMALLBIN_SHIFT)