llvm-project/compiler-rt/lib/lsan
Vitaly Buka adfefa5553 [NFC] Extract ForEachDVT 2020-12-01 16:15:32 -08:00
..
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [NFC][LSAN] Remove unused variable 2020-11-04 14:02:28 -08:00
lsan.cpp [NFC][LSAN] Use InitializeCommonFlags in LSAN 2020-10-21 01:41:52 -07:00
lsan.h Revert "[lsan] On Fuchsia, don't use atexit hook for leak checks" 2020-09-23 21:10:56 +02:00
lsan_allocator.cpp [sanitizer_common] Create max_allocation_size_mb flag. 2019-10-30 11:26:05 -07:00
lsan_allocator.h Revert "[lsan] Share platform allocator settings between ASan and LSan" 2020-10-02 18:14:57 -07:00
lsan_common.cpp [NFC] Extract ForEachDVT 2020-12-01 16:15:32 -08:00
lsan_common.h [NFC] Fix cpplint warnings 2020-11-04 22:56:08 -08:00
lsan_common_fuchsia.cpp [compiler-rt] Use empty SuspendedThreadsList for Fuchsia 2020-11-03 11:34:13 -08:00
lsan_common_linux.cpp Reland [lsan] Enable LSAN for Android 2020-11-04 18:00:25 -08:00
lsan_common_mac.cpp [lsan] Expose Frontier object to OS-specific LockStuffAndStopTheWorld callback 2020-01-24 16:53:35 -08:00
lsan_flags.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lsan_fuchsia.cpp Revert "[lsan] On Fuchsia, don't use atexit hook for leak checks" 2020-09-23 21:10:56 +02:00
lsan_fuchsia.h [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_interceptors.cpp Do not intercept __libc_memalign and cfree on Android because neither of these exists in Bionic. 2020-10-21 23:21:45 -04:00
lsan_linux.cpp [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_mac.cpp Remove NOLINTs from compiler-rt 2019-09-11 23:19:48 +00:00
lsan_malloc_mac.cpp compiler-rt: Rename .cc file in lib/lsan to .cpp 2019-08-01 14:01:30 +00:00
lsan_posix.cpp Revert "[lsan] On Fuchsia, don't use atexit hook for leak checks" 2020-09-23 21:10:56 +02:00
lsan_posix.h [sanitizer] Make destructors protected 2020-11-02 18:00:43 -08:00
lsan_preinit.cpp compiler-rt: Rename .cc file in lib/lsan to .cpp 2019-08-01 14:01:30 +00:00
lsan_thread.cpp [lsan] Add interceptor for pthread_detach. 2020-09-25 14:22:45 -07:00
lsan_thread.h [NFC] Fix cpplint warnings 2020-11-04 22:56:08 -08:00
weak_symbols.txt