RUNNING_ON_VALGRIND 232 base/third_party/dynamic_annotations/dynamic_annotations.c #ifdef RUNNING_ON_VALGRIND RUNNING_ON_VALGRIND 233 base/third_party/dynamic_annotations/dynamic_annotations.c if (RUNNING_ON_VALGRIND) return 1; RUNNING_ON_VALGRIND 38 sandbox/linux/services/broker_process.cc bool IsRunningOnValgrind() { return RUNNING_ON_VALGRIND; } RUNNING_ON_VALGRIND 30 sandbox/linux/services/credentials.cc bool IsRunningOnValgrind() { return RUNNING_ON_VALGRIND; } RUNNING_ON_VALGRIND 62 sandbox/linux/tests/unit_tests.cc bool IsRunningOnValgrind() { return RUNNING_ON_VALGRIND; } RUNNING_ON_VALGRIND 11 third_party/re2/util/valgrind.cc #ifdef RUNNING_ON_VALGRIND RUNNING_ON_VALGRIND 12 third_party/re2/util/valgrind.cc return RUNNING_ON_VALGRIND; RUNNING_ON_VALGRIND 140 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c #ifdef RUNNING_ON_VALGRIND RUNNING_ON_VALGRIND 141 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c if (RUNNING_ON_VALGRIND) return 1; RUNNING_ON_VALGRIND 140 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c #ifdef RUNNING_ON_VALGRIND RUNNING_ON_VALGRIND 141 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c if (RUNNING_ON_VALGRIND) return 1;