OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVALGRIND
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/third_party/valgrind/
valgrind.h
70
problem, you can compile with the
NVALGRIND
symbol defined (gcc
145
# if !defined(
NVALGRIND
)
146
# define
NVALGRIND
1
172
#if defined(
NVALGRIND
)
174
/* Define
NVALGRIND
to completely remove the Valgrind magic sequence
182
#else /* !
NVALGRIND
*/
656
#endif /*
NVALGRIND
*/
[
all
...]
/external/regex-re2/util/
valgrind.h
70
problem, you can compile with the
NVALGRIND
symbol defined (gcc
123
# if !defined(
NVALGRIND
)
124
# define
NVALGRIND
1
134
#if defined(
NVALGRIND
)
136
/* Define
NVALGRIND
to completely remove the Valgrind magic sequence
146
#else /* !
NVALGRIND
*/
622
#endif /*
NVALGRIND
*/
[
all
...]
/external/valgrind/include/
valgrind.h
70
problem, you can compile with the
NVALGRIND
symbol defined (gcc
172
# if !defined(
NVALGRIND
)
173
# define
NVALGRIND
1
209
#if defined(
NVALGRIND
)
211
/* Define
NVALGRIND
to completely remove the Valgrind magic sequence
219
#else /* !
NVALGRIND
*/
[
all
...]
Completed in 76 milliseconds