Searched refs:__lsan_do_recoverable_leak_check (Results 1 – 4 of 4) sorted by relevance
60 int __lsan_do_recoverable_leak_check(void);
30 EXT_FUNC(__lsan_do_recoverable_leak_check, int, (), false);
688 !(EF->__lsan_do_recoverable_leak_check)) in TryDetectingAMemoryLeak()710 if (EF->__lsan_do_recoverable_leak_check()) { // Leak is found, report it. in TryDetectingAMemoryLeak()
1068 int __lsan_do_recoverable_leak_check() { in __lsan_do_recoverable_leak_check() function