summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_new_delete.cc
AgeCommit message (Expand)Author
2017-12-22[MSan,TSan] Add aligned new/delete interceptors.Alex Shlyapnikov
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2016-06-06[tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka
2015-12-09[tsan] Use REAL(malloc) instead of __libc_malloc for Android.Yabin Cui
2015-11-11Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.Kuba Brecka
2015-11-06[tsan] Enable new/delete C++ interceptors for OS XKuba Brecka
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2015-04-27[TSan] Move new/delete interceptors into a separate source file. NFC.Alexey Samsonov
2012-09-27[TSan] move replacement for new/delete back into tsan_interceptorsAlexey Samsonov
2012-09-24[TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov