summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_interceptors.cc
Commit message (Expand)AuthorAgeFilesLines
* Merging r195642: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