Searched refs:__lsan_do_recoverable_leak_check (Results 1 – 3 of 3) sorted by relevance
30 EXT_FUNC(__lsan_do_recoverable_leak_check, int, (), false);
685 !(EF->__lsan_do_recoverable_leak_check)) in TryDetectingAMemoryLeak() 707 if (EF->__lsan_do_recoverable_leak_check()) { // Leak is found, report it. in TryDetectingAMemoryLeak()
1086 int __lsan_do_recoverable_leak_check() { in __lsan_do_recoverable_leak_check() function