OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lsan_do_leak_check
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/test/lsan/TestCases/
leak_check_at_exit.cc
16
__lsan_do_leak_check
();
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
);
cleanup_in_tsd_destructor.cc
23
__lsan_do_leak_check
();
/external/compiler-rt/include/sanitizer/
lsan_interface.h
50
void
__lsan_do_leak_check
();
/external/compiler-rt/test/asan/TestCases/Linux/
leak_check_segv.cc
16
__lsan_do_leak_check
();
signal_during_stop_the_world.cc
44
__lsan_do_leak_check
();
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
lsan_interface.h
50
void
__lsan_do_leak_check
();
/external/compiler-rt/lib/lsan/
lsan_common.cc
672
void
__lsan_do_leak_check
() {
function
Completed in 268 milliseconds