llvm-project/compiler-rt/lib/lsan
Sergey Matveev 17ee1abfa7 [lsan] Add __lsan_disable() and __lsan_enable().
Objects allocated after a call to __lsan_disable() will be treated as
live memory. Also add a ScopedDisabler.

llvm-svn: 183099
2013-06-03 11:21:34 +00:00
..
lit_tests [lsan] Add __lsan_disable() and __lsan_enable(). 2013-06-03 11:21:34 +00:00
tests [lsan] Added a dummy unittest to suppress LIT warnings. 2013-05-31 14:15:54 +00:00
CMakeLists.txt [lsan] Add lit test support. 2013-05-23 12:58:56 +00:00
Makefile.mk Revert r182465 and add lsan-common library to makefile-based build 2013-05-22 13:20:37 +00:00
lsan.cc [lsan] Ensure lsan is initialized when interceptors are called. 2013-05-23 10:24:44 +00:00
lsan.h [lsan] Standalone LSan initialization. 2013-05-20 11:04:43 +00:00
lsan_allocator.cc [lsan] Add __lsan_disable() and __lsan_enable(). 2013-06-03 11:21:34 +00:00
lsan_allocator.h
lsan_common.cc [lsan] Add __lsan_disable() and __lsan_enable(). 2013-06-03 11:21:34 +00:00
lsan_common.h [lsan] Add __lsan_disable() and __lsan_enable(). 2013-06-03 11:21:34 +00:00
lsan_common_linux.cc [lsan] Begin converting LSan tests to output tests. 2013-05-27 11:41:46 +00:00
lsan_interceptors.cc [lsan] Ensure lsan is initialized when interceptors are called. 2013-05-23 10:24:44 +00:00
lsan_thread.cc [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common. 2013-05-27 10:35:51 +00:00
lsan_thread.h [lsan] Thread registry for standalone LSan. 2013-05-20 10:57:53 +00:00