summaryrefslogtreecommitdiff
path: root/lib/asan/asan_new_delete.cc
AgeCommit message (Expand)Author
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-07-06[asan] Fix -Winvalid-paste error with clang-clReid Kleckner
2017-06-29Export the nothrow overload of operator newReid Kleckner
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2016-09-20[asan] Add C++17 aligned new/delete entrypoints. Patch by Jakub Jelinek, see ...Kostya Serebryany
2016-03-23[asan] Export new and delete operators on WindowsReid Kleckner
2015-12-04[ASan] Fix the links to bugs and wikipages.Alexander Potapenko
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-08-04[asan] intercept sized operator delete[]Kostya Serebryany
2014-07-30[asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany
2014-05-22[ASan/Win] Don't use INTERCEPTOR_ATTRIBUTE for operator new/delete on WindowsTimur Iskhodzhanov
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-02-25[asan] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32...Kostya Serebryany
2014-02-08Stick to C++98 for this.Nick Lewycky
2014-02-08Update these declarations of operator delete (and delete[]) to have noexcept,Nick Lewycky
2014-01-23[asan] Enable replacement new/delete on Android.Evgeniy Stepanov
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-19[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov
2013-02-21[ASan] Make sure operator new/delete and friends are intercepted on OS X.Alexander Potapenko
2013-02-07[ASan] Enable the new and delete wrappers on Darwin.Alexander Potapenko
2013-01-22[ASan] Disable the new/delete implementations for OSXAlexander Potapenko
2012-12-21[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany
2012-12-13[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany
2012-11-08[ASan] avoid including <new> header in ASan runtimeAlexey Samsonov
2012-10-18[asan] Disable new/delete interceptors on Android and make them visible elsew...Evgeniy Stepanov
2012-08-27A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov
2012-06-04Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov
2012-06-01[asan] fix gcc buildKostya Serebryany
2012-04-06[ASan] move replacements for new/delete to separate fileAlexey Samsonov