summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_mman.h
Commit message (Expand)AuthorAge
* tsan: intercept setjmp/longjmpDmitry Vyukov2013-03-25
* [TSan] Add interceptor for malloc_usable_size()Alexey Samsonov2013-02-25
* tsan: implement malloc stats queryingDmitry Vyukov2013-01-24
* tsan: more precise handling of IO synchronizationDmitry Vyukov2012-12-12
* [TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov2012-09-24
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-13
* [TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov2012-08-22
* tsan: switch to new allocatorDmitry Vyukov2012-08-15
* tsan: use dynamic shadow stack for GoDmitry Vyukov2012-07-16
* tsan: refactor signal handling code (move some definitions out of common header)Dmitry Vyukov2012-06-27
* tsan: reduce per-thread memory usageDmitry Vyukov2012-05-22
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10