summaryrefslogtreecommitdiff
path: root/lib/asan/asan_new_delete.cc
Commit message (Expand)AuthorAge
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
* [ASan] Make sure operator new/delete and friends are intercepted on OS X.Alexander Potapenko2013-02-21
* [ASan] Enable the new and delete wrappers on Darwin.Alexander Potapenko2013-02-07
* [ASan] Disable the new/delete implementations for OSXAlexander Potapenko2013-01-22
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-21
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-13
* [ASan] avoid including <new> header in ASan runtimeAlexey Samsonov2012-11-08
* [asan] Disable new/delete interceptors on Android and make them visible elsew...Evgeniy Stepanov2012-10-18
* A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov2012-08-27
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-04
* [asan] fix gcc buildKostya Serebryany2012-06-01
* [ASan] move replacements for new/delete to separate fileAlexey Samsonov2012-04-06