summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_mman.h
AgeCommit message (Expand)Author
2017-07-24[Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov
2016-05-06tsan: fix a crashDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2015-11-05[tsan] Use malloc zone interceptors on OS X, part 2Kuba Brecka
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-10-15tsan: fix false positive related to signalsDmitry Vyukov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-07-01[TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...Alexey Samsonov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2013-03-25tsan: intercept setjmp/longjmpDmitry Vyukov
2013-02-25[TSan] Add interceptor for malloc_usable_size()Alexey Samsonov
2013-01-24tsan: implement malloc stats queryingDmitry Vyukov
2012-12-12tsan: more precise handling of IO synchronizationDmitry Vyukov
2012-09-24[TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov
2012-09-13[TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov
2012-08-22[TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov
2012-08-15tsan: switch to new allocatorDmitry Vyukov
2012-07-16tsan: use dynamic shadow stack for GoDmitry Vyukov
2012-06-27tsan: refactor signal handling code (move some definitions out of common header)Dmitry Vyukov
2012-05-22tsan: reduce per-thread memory usageDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany