Home
last modified time | relevance | path

Searched refs:__lsan_do_leak_check (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/lsan/TestCases/
Dleak_check_at_exit.cc16 __lsan_do_leak_check(); in main()
Ddo_leak_check_override.cc28 atexit(&__lsan_do_leak_check); in main()
Dcleanup_in_tsd_destructor.c23 __lsan_do_leak_check(); in key_destructor()
/external/compiler-rt/test/asan/TestCases/Linux/
Dleak_check_segv.cc16 __lsan_do_leak_check(); in main()
Dsignal_during_stop_the_world.cc44 __lsan_do_leak_check(); in main()
/external/compiler-rt/include/sanitizer/
Dlsan_interface.h52 void __lsan_do_leak_check();
/external/compiler-rt/lib/lsan/
Dlsan_common.cc737 void __lsan_do_leak_check() { in __lsan_do_leak_check() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc69 "detect_leaks=false, or if __lsan_do_leak_check() is called before the "