OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_callers
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/tsan/
thread_sanitizer.h
74
intptr_t
num_callers
;
member in struct:FLAGS
ts_valgrind.cc
297
G_flags->
num_callers
= VG_(clo_backtrace_size);
[
all
...]
thread_sanitizer.cc
477
DCHECK(capacity <= (size_t)G_flags->
num_callers
);
482
DCHECK(capacity <= (size_t)G_flags->
num_callers
);
487
size_t n = G_flags->
num_callers
+ 1;
496
FreeList **free_lists_; // Array of G_flags->
num_callers
lists.
[
all
...]
/external/valgrind/main/perf/
tinycc.c
2398
static int
num_callers
= 6;
variable
[
all
...]
Completed in 1466 milliseconds