HomeSort by relevance Sort by last modified time
    Searched full:__lsan_do_leak_check (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
do_leak_check_override.cc 1 // Test for __lsan_do_leak_check(). We test it by making the leak check run
28 atexit(&__lsan_do_leak_check);
leak_check_at_exit.cc 14 __lsan_do_leak_check();
  /external/compiler-rt/include/sanitizer/
lsan_interface.h 39 void __lsan_do_leak_check();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 45 // detect_leaks=false, or if __lsan_do_leak_check() is called before the
  /external/compiler-rt/lib/lsan/
lsan_common.cc 551 void __lsan_do_leak_check() { function

Completed in 104 milliseconds