summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_mman.h
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov2017-07-241-4/+11
* tsan: fix a crashDmitry Vyukov2016-05-061-0/+1
* tsan: split thread into logical and physical stateDmitry Vyukov2016-04-271-2/+2
* tsan: revert r262037Dmitry Vyukov2016-02-261-3/+2
* tsan: split thread into logical and physical stateDmitry Vyukov2016-02-261-2/+3
* [tsan] Use malloc zone interceptors on OS X, part 2Kuba Brecka2015-11-051-0/+1
* [Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov2014-12-121-0/+1
* tsan: fix false positive related to signalsDmitry Vyukov2014-10-151-2/+2
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-1/+1
* [TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...Alexey Samsonov2014-07-011-1/+1
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-4/+0
* tsan: intercept setjmp/longjmpDmitry Vyukov2013-03-251-0/+1
* [TSan] Add interceptor for malloc_usable_size()Alexey Samsonov2013-02-251-0/+1
* tsan: implement malloc stats queryingDmitry Vyukov2013-01-241-1/+3
* tsan: more precise handling of IO synchronizationDmitry Vyukov2012-12-121-0/+1
* [TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov2012-09-241-0/+4
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-131-1/+1
* [TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov2012-08-221-40/+0
* tsan: switch to new allocatorDmitry Vyukov2012-08-151-5/+6
* tsan: use dynamic shadow stack for GoDmitry Vyukov2012-07-161-0/+1
* tsan: refactor signal handling code (move some definitions out of common header)Dmitry Vyukov2012-06-271-0/+1
* tsan: reduce per-thread memory usageDmitry Vyukov2012-05-221-0/+1
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+111