hanchenye-llvm-project/compiler-rt/lib/lsan
Alexey Samsonov 3b54a83d26 [LSan] Rework r191522 - treat allocations with short stack traces as live
llvm-svn: 191662
2013-09-30 10:57:56 +00:00
..
lit_tests [LSan] Don't report leaks with single-frame stack traces 2013-09-27 13:54:20 +00:00
tests [lsan] Build standalone LSan with -fno-rtti. 2013-08-22 13:23:22 +00:00
CMakeLists.txt [lsan] Build standalone LSan with -fno-rtti. 2013-08-22 13:23:22 +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 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files 2013-09-10 14:36:16 +00:00
lsan.h [lsan] Standalone LSan initialization. 2013-05-20 11:04:43 +00:00
lsan_allocator.cc Revert to C-style callbacks for iteration over allocator chunks. 2013-06-24 08:34:50 +00:00
lsan_allocator.h
lsan_common.cc [LSan] Rework r191522 - treat allocations with short stack traces as live 2013-09-30 10:57:56 +00:00
lsan_common.h Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used 2013-08-13 11:42:45 +00:00
lsan_common_linux.cc [LSan] Rework r191522 - treat allocations with short stack traces as live 2013-09-30 10:57:56 +00:00
lsan_interceptors.cc [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00
lsan_thread.cc [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00
lsan_thread.h [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00