OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detect_leaks
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/lsan/
lsan.cc
33
cf->
detect_leaks
= true;
63
if (common_flags()->
detect_leaks
&& common_flags()->leak_check_at_exit)
lsan_common.cc
553
if (common_flags()->
detect_leaks
)
/external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h
43
bool
detect_leaks
;
member in struct:__sanitizer::CommonFlags
45
//
detect_leaks
=false, or if __lsan_do_leak_check() is called before the
sanitizer_flags.cc
32
ParseFlag(str, &f->
detect_leaks
, "
detect_leaks
");
/external/compiler-rt/lib/asan/
asan_rtl.cc
139
cf->
detect_leaks
= false;
192
if (cf->
detect_leaks
) {
193
Report("%s:
detect_leaks
is not supported on this platform.\n",
195
cf->
detect_leaks
= false;
199
if (cf->
detect_leaks
&& !f->use_stack_depot) {
200
Report("%s:
detect_leaks
is ignored (requires use_stack_depot).\n",
202
cf->
detect_leaks
= false;
560
if (common_flags()->
detect_leaks
&& common_flags()->leak_check_at_exit) {
Completed in 122 milliseconds