summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_interceptors.cc
AgeCommit message (Expand)Author
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2015-06-29[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov
2014-12-05[ASan, LSan] Improve tracking of thread creation.Sergey Matveev
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-08-26[lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev
2014-07-04[sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany
2014-03-26Avoid aliases to weak aliases in interceptors.Rafael Espindola
2014-02-24AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany
2014-02-11[sanitizer] Fix build.Evgeniy Stepanov
2014-02-08Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-11-25[lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev
2013-10-15tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov
2013-10-12[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov
2013-10-11[sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev
2013-07-08[lsan] Handle fork() correctly.Sergey Matveev
2013-06-25[lsan] Define interceptors more correctly. Also, always clear allocated memory.Sergey Matveev
2013-05-23[lsan] Ensure lsan is initialized when interceptors are called.Sergey Matveev
2013-05-20[lsan] Interceptors for standalone LSan.Sergey Matveev