OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunningOnValgrind
(Results
26 - 46
of
46
) sorted by null
1
2
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc
218
if (!
RunningOnValgrind
()) {
debugallocation.cc
[
all
...]
tcmalloc.cc
118
#include "base/dynamic_annotations.h" // for
RunningOnValgrind
[
all
...]
heap-checker.cc
[
all
...]
/external/chromium_org/base/debug/
proc_maps_linux_unittest.cc
210
if (!
RunningOnValgrind
()) {
/external/chromium_org/base/process/
kill_posix.cc
143
if (
RunningOnValgrind
()) {
process_util_unittest.cc
640
if (!
RunningOnValgrind
()) {
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h
504
- Make your tool intercept the function
RunningOnValgrind
() and
507
int
RunningOnValgrind
(void);
510
* 1.0, if (
RunningOnValgrind
() == 0)
511
* 50.0, if (
RunningOnValgrind
() != 0 && getenv("VALGRIND_SLOWDOWN") == NULL)
sysinfo.cc
64
#include "base/dynamic_annotations.h" // for
RunningOnValgrind
294
if (
RunningOnValgrind
()) {
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h
504
- Make your tool intercept the function
RunningOnValgrind
() and
507
int
RunningOnValgrind
(void);
510
* 1.0, if (
RunningOnValgrind
() == 0)
511
* 50.0, if (
RunningOnValgrind
() != 0 && getenv("VALGRIND_SLOWDOWN") == NULL)
sysinfo.cc
59
#include "base/dynamic_annotations.h" // for
RunningOnValgrind
279
if (
RunningOnValgrind
()) {
[
all
...]
/external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h
543
- Make your tool intercept the function
RunningOnValgrind
() and
546
int
RunningOnValgrind
(void);
/external/chromium_org/base/test/launcher/
unit_test_launcher.cc
492
if (
RunningOnValgrind
()) {
/external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h
548
- Make your tool intercept the function
RunningOnValgrind
() and
551
int
RunningOnValgrind
(void) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK;
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
437
int INTERFACE_ATTRIBUTE
RunningOnValgrind
() {
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
70
static inline bool
RunningOnValgrind
() { return RUNNING_ON_VALGRIND; }
tsan_unittest.cpp
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc
[
all
...]
heap-checker.cc
[
all
...]
tcmalloc.cc
118
#include "base/dynamic_annotations.h" // for
RunningOnValgrind
[
all
...]
/external/valgrind/unittest/
racecheck_unittest.cc
[
all
...]
Completed in 378 milliseconds
1
2