summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-71/+0
* tsan: Introduce in_symbolizer() function for Thread sanitizerDmitry Vyukov2019-02-121-6/+6
* On Darwin add allocator address and size fields toDan Liew2019-01-211-0/+1
* On Darwin allow for sanitizer malloc implementations to provide a zoneDan Liew2019-01-211-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sanitizers] Add more standard compliant posix_memalign implementation for LSan.Alex Shlyapnikov2018-03-121-0/+10
* [Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov2017-07-241-2/+2
* [tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka2016-06-061-22/+17
* [tsan] Return 0 from malloc_size for non-malloc'd pointersKuba Brecka2016-04-301-2/+1
* [tsan] Fix size reporting for OS X zone allocator with 0-sized allocationsKuba Brecka2016-04-141-1/+2
* [ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko2015-12-041-4/+0
* [tsan] Skip malloc/free interceptors when we're inside symbolizer on OS XKuba Brecka2015-11-181-9/+19
* [tsan] Use malloc zone interceptors on OS X, part 2Kuba Brecka2015-11-051-0/+59
OpenPOWER on IntegriCloud