summaryrefslogtreecommitdiff
path: root/lib/asan/asan_new_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-1/+1
* [asan] intercept sized operator delete[]Kostya Serebryany2014-08-041-0/+5
* [asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany2014-07-301-0/+5
* [ASan/Win] Don't use INTERCEPTOR_ATTRIBUTE for operator new/delete on WindowsTimur Iskhodzhanov2014-05-221-8/+15
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-121-7/+0
* [asan] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32...Kostya Serebryany2014-02-251-0/+9
* Stick to C++98 for this.Nick Lewycky2014-02-081-2/+2
* Update these declarations of operator delete (and delete[]) to have noexcept,Nick Lewycky2014-02-081-6/+12
* [asan] Enable replacement new/delete on Android.Evgeniy Stepanov2014-01-231-5/+2
* [sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov2013-12-201-0/+2
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-031-2/+2
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-2/+2
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-191-1/+1
* [ASan] Make sure operator new/delete and friends are intercepted on OS X.Alexander Potapenko2013-02-211-0/+39
* [ASan] Enable the new and delete wrappers on Darwin.Alexander Potapenko2013-02-071-2/+2
* [ASan] Disable the new/delete implementations for OSXAlexander Potapenko2013-01-221-2/+3
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-211-12/+14
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-131-2/+2
* [ASan] avoid including <new> header in ASan runtimeAlexey Samsonov2012-11-081-11/+13
* [asan] Disable new/delete interceptors on Android and make them visible elsew...Evgeniy Stepanov2012-10-181-5/+13
* A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov2012-08-271-1/+1
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [asan] fix gcc buildKostya Serebryany2012-06-011-0/+1
* [ASan] move replacements for new/delete to separate fileAlexey Samsonov2012-04-061-0/+55