llvm-project/compiler-rt/lib/lsan
Francis Ricci 69639c24f9 Add C++17 aligned new/delete interceptors to standalone lsan
Summary: Based on r282019.

Reviewers: kcc, jakubjelinek, alekseyshl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D36757

llvm-svn: 311030
2017-08-16 18:09:29 +00:00
..
.clang-format
CMakeLists.txt Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
lsan.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan.h Add lsan interceptors for libdispatch functions on darwin 2017-06-19 19:21:31 +00:00
lsan_allocator.cc [Sanitizers] ASan/MSan/LSan allocators set errno on failure. 2017-07-18 19:11:04 +00:00
lsan_allocator.h [sanitizer] Change SizeClassAllocator32 to accept just one template 2017-05-15 14:47:19 +00:00
lsan_common.cc Don't call exit() from atexit handlers on Darwin 2017-07-18 20:18:32 +00:00
lsan_common.h Don't call exit() from atexit handlers on Darwin 2017-07-18 20:18:32 +00:00
lsan_common_linux.cc Don't call exit() from atexit handlers on Darwin 2017-07-18 20:18:32 +00:00
lsan_common_mac.cc Only scan global sections containing data in LSan on darwin 2017-07-25 18:16:58 +00:00
lsan_flags.inc Implement tls scanning for darwin LSan 2017-05-25 17:41:13 +00:00
lsan_interceptors.cc Add C++17 aligned new/delete interceptors to standalone lsan 2017-08-16 18:09:29 +00:00
lsan_linux.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan_mac.cc Add lsan interceptors for libdispatch functions on darwin 2017-06-19 19:21:31 +00:00
lsan_malloc_mac.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan_preinit.cc
lsan_thread.cc Add lsan interceptors for libdispatch functions on darwin 2017-06-19 19:21:31 +00:00
lsan_thread.h Add lsan interceptors for libdispatch functions on darwin 2017-06-19 19:21:31 +00:00
weak_symbols.txt Add cmake build support for lsan on OS X 2017-02-14 00:56:53 +00:00