9 -#include <valgrind/valgrind.h>
11 /* If we're using GCC, use __builtin_expect() to reduce overhead of
12 the valgrind checks */
16 if (UNLIKELY(running_on_valgrind == -1))
17 - running_on_valgrind = RUNNING_ON_VALGRIND;
18 + running_on_valgrind = 1;
19 if (UNLIKELY(running_on_valgrind))