summaryrefslogtreecommitdiff
path: root/lib/tsan/tests/unit/tsan_mman_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-181-40/+5
* [tsan] Check for pvalloc overlowKostya Kortchinsky2017-08-021-1/+7
* [Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov2017-07-241-6/+77
* Follow-up for r277458: Update the tsan_mman_test.cc unit test.Kuba Brecka2016-08-021-4/+4
* [tsan] Fix CallocOverflow unit test on OS XKuba Brecka2015-11-241-1/+3
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-031-1/+1
* tsan: support mmap(MAP_32BIT)Dmitry Vyukov2014-10-241-1/+1
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-27/+18
* [TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...Alexey Samsonov2014-07-011-5/+6
* tsan: optimize memory access functionsDmitry Vyukov2014-05-301-0/+5
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-14/+2
* tsan: remove in_rtl counterDmitry Vyukov2013-12-241-5/+0
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-061-1/+3
* tsan: smaller memory block headers (32b->16b)Dmitry Vyukov2013-03-181-2/+2
* [TSan] Add interceptor for malloc_usable_size()Alexey Samsonov2013-02-251-0/+13
* [sanitizer] fix calloc overflow in asan/tsan/msanKostya Serebryany2013-01-251-0/+10
* tsan: implement malloc stats queryingDmitry Vyukov2013-01-241-0/+39
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov2012-09-171-0/+109