llvm-project/compiler-rt/lib/lsan
Alex Shlyapnikov 5a308f24c3 [Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameter
Summary:
CombinedAllocator::Allocate cleared parameter is not used anywhere and
seem to be obsolete.

Reviewers: eugenis

Subscribers: llvm-commits, kubamracek

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

llvm-svn: 305590
2017-06-16 21:00:03 +00:00
..
.clang-format Tell clang-format that (most) sanitizers are written using Google style guide. 2015-11-19 22:11:10 +00:00
CMakeLists.txt Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan.h Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan_allocator.cc [Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameter 2017-06-16 21:00:03 +00:00
lsan_allocator.h [sanitizer] Change SizeClassAllocator32 to accept just one template 2017-05-15 14:47:19 +00:00
lsan_common.cc Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters" 2017-06-05 07:36:02 +00:00
lsan_common.h [lsan] Enable LSan on PowerPC64. 2017-04-21 21:59:53 +00:00
lsan_common_linux.cc Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters" 2017-06-05 07:36:02 +00:00
lsan_common_mac.cc Implement tls scanning for darwin LSan 2017-05-25 17:41:13 +00:00
lsan_flags.inc Implement tls scanning for darwin LSan 2017-05-25 17:41:13 +00:00
lsan_interceptors.cc Revert r304285, r304297. 2017-06-05 21:20:55 +00:00
lsan_linux.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan_malloc_mac.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +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 [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs 2017-04-17 18:17:38 +00:00
lsan_thread.h [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs 2017-04-17 18:17:38 +00:00
weak_symbols.txt Add cmake build support for lsan on OS X 2017-02-14 00:56:53 +00:00