llvm-project/compiler-rt/lib/lsan
Sergey Matveev 08347ca4fd [lsan] Implement the public allocator interface in standalone LSan.
llvm-svn: 216459
2014-08-26 14:28:28 +00:00
..
CMakeLists.txt Fix build on some architectures caused by r215247. 2014-08-11 19:57:56 +00:00
Makefile.mk [LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part) 2013-08-20 14:49:01 +00:00
lsan.cc [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan. 2014-08-26 12:52:41 +00:00
lsan.h [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan. 2014-08-26 12:52:41 +00:00
lsan_allocator.cc [lsan] Implement the public allocator interface in standalone LSan. 2014-08-26 14:28:28 +00:00
lsan_allocator.h [lsan] Implement the public allocator interface in standalone LSan. 2014-08-26 14:28:28 +00:00
lsan_common.cc [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with 2014-08-18 23:39:47 +00:00
lsan_common.h [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with 2014-08-18 23:39:47 +00:00
lsan_common_linux.cc LSan: Print warning about dynamic linker only in verbose mode 2014-02-14 15:12:46 +00:00
lsan_interceptors.cc [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan. 2014-08-26 12:52:41 +00:00
lsan_preinit.cc [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it across sanitizers. 2014-07-25 22:05:02 +00:00
lsan_thread.cc [lsan] Support ASan's stack-use-after-return mode in LSan. 2013-10-14 14:04:50 +00:00
lsan_thread.h [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00