llvm-project/compiler-rt/lib/lsan
Nico Weber 0e92cbd6a6 Revert "[sanitizer] Simplify GetTls with dl_iterate_phdr on Linux"
This reverts commit ec575e3b0a.
Still doesn't work, see https://crbug.com/1196037
2021-04-05 19:00:18 -04:00
..
.clang-format
CMakeLists.txt [NFC][LSAN] Remove unused variable 2020-11-04 14:02:28 -08:00
lsan.cpp Revert "[sanitizer] Simplify GetTls with dl_iterate_phdr on Linux" 2021-04-05 19:00:18 -04: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 [lsan] realloc: don't deallocate if requested size is too large 2021-03-29 13:35:10 -07:00
lsan_allocator.h [LSan][RISCV] Enable LSan for RISCV64 2021-01-31 21:53:25 +00:00
lsan_common.cpp [sanitizer] Remove max_len parameter from InternalScopedString 2021-03-17 16:57:09 -07:00
lsan_common.h [LSan][RISCV] Enable LSan for RISCV64 2021-01-31 21:53:25 +00:00
lsan_common_fuchsia.cpp [NFC][sanitizer] Simplify InternalLowerBound 2020-12-29 14:01:43 -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] Use final on Fuchsia ThreadContext declaration 2020-12-02 11:58:03 -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