Searched defs:is_small (Results 1 – 11 of 11) sorted by relevance
53 LIBC_INLINE static bool is_small(Block *block) { in is_small() function
54 LIBC_INLINE static bool is_small(Block *block) { in is_small() function
170 typedef mpl::bool_<(sizeof(T) <= sizeof(void*))> is_small; typedef
124 bool is_small; member
39 const bool is_small; member
166 const bool is_small; member695 bool is_small = false; member
2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2822 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2880 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2824 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro