summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* [tsan] Use REAL(malloc) instead of __libc_malloc for Android.Yabin Cui2015-12-091-1/+1
* Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.Kuba Brecka2015-11-111-1/+1
* [tsan] Enable new/delete C++ interceptors for OS XKuba Brecka2015-11-061-0/+8
* -Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie2015-08-101-4/+4
* [TSan] Move new/delete interceptors into a separate source file. NFC.Alexey Samsonov2015-04-271-0/+88
* [TSan] move replacement for new/delete back into tsan_interceptorsAlexey Samsonov2012-09-271-70/+0
* [TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov2012-09-241-0/+70
OpenPOWER on IntegriCloud