forked from OSchip/llvm-project
ed43f18b55
Summary: Leak checker needs to suspend all process threads. If we have some running thread in registry but not suspended we can have false leak report. So we will report this case here for future debugging. Reviewers: eugenis Subscribers: kubamracek, llvm-commits Differential Revision: https://reviews.llvm.org/D46663 llvm-svn: 331936 |
||
---|---|---|
.. | ||
.clang-format | ||
CMakeLists.txt | ||
lsan.cc | ||
lsan.h | ||
lsan_allocator.cc | ||
lsan_allocator.h | ||
lsan_common.cc | ||
lsan_common.h | ||
lsan_common_linux.cc | ||
lsan_common_mac.cc | ||
lsan_flags.inc | ||
lsan_interceptors.cc | ||
lsan_linux.cc | ||
lsan_mac.cc | ||
lsan_malloc_mac.cc | ||
lsan_preinit.cc | ||
lsan_thread.cc | ||
lsan_thread.h | ||
weak_symbols.txt |