OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leak_check_at_exit
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/lsan/
lsan.cc
34
cf->
leak_check_at_exit
= true;
63
if (common_flags()->detect_leaks && common_flags()->
leak_check_at_exit
)
/external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h
47
bool
leak_check_at_exit
;
member in struct:__sanitizer::CommonFlags
sanitizer_flags.cc
33
ParseFlag(str, &f->
leak_check_at_exit
, "
leak_check_at_exit
");
/external/compiler-rt/lib/asan/
asan_rtl.cc
140
cf->
leak_check_at_exit
= true;
560
if (common_flags()->detect_leaks && common_flags()->
leak_check_at_exit
) {
Completed in 50 milliseconds