summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_interceptors.cc
Commit message (Expand)AuthorAgeFilesLines
* [ASan, LSan] Improve tracking of thread creation.Sergey Matveev2014-12-051-1/+1
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-1/+1
* [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev2014-08-261-24/+9
* [sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany2014-07-041-0/+6
* Avoid aliases to weak aliases in interceptors.Rafael Espindola2014-03-261-2/+3
* AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany2014-02-241-1/+1
* [sanitizer] Fix build.Evgeniy Stepanov2014-02-111-13/+13
* Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky2014-02-081-2/+2
* [sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov2013-12-201-1/+1
* [lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev2013-11-251-13/+30
* tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov2013-10-151-1/+1
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-121-3/+3
* [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev2013-10-111-3/+0
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-081-0/+1
* [lsan] Define interceptors more correctly. Also, always clear allocated memory.Sergey Matveev2013-06-251-24/+52
* [lsan] Ensure lsan is initialized when interceptors are called.Sergey Matveev2013-05-231-2/+5
* [lsan] Interceptors for standalone LSan.Sergey Matveev2013-05-201-0/+249