Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching full:__builtin_expect

3033 /* In gcc, use __builtin_expect to minimize impact of checks */
3036 #define RTCHECK(e) __builtin_expect(e, 1)