1. 649a270 [ASan] Kill the remainders of platform defines in favor of SANITIZER_ defines by Alexey Samsonov · 11 years ago
  2. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  3. 83cb787 [sanitizer] Move ASan platform macros to sanitizer_common and rename them appropriately. by Evgeniy Stepanov · 11 years ago
  4. d422801 [ASan] Make sure operator new/delete and friends are intercepted on OS X. by Alexander Potapenko · 11 years ago
  5. ed4c034 [ASan] Enable the new and delete wrappers on Darwin. by Alexander Potapenko · 11 years ago
  6. 6fcbff5 [ASan] Disable the new/delete implementations for OSX by Alexander Potapenko · 12 years ago
  7. fe6d916 [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds malloc/delete, new/free, new/delete[], etc mismatches by Kostya Serebryany · 12 years ago
  8. a30c8f9 [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to allow using the slow CFI-based unwinder by Kostya Serebryany · 12 years ago
  9. 3aa15c1 [ASan] avoid including <new> header in ASan runtime by Alexey Samsonov · 12 years ago
  10. dbe6035 [asan] Disable new/delete interceptors on Android and make them visible elsewhere. by Evgeniy Stepanov · 12 years ago
  11. 3891ce6 A few tweaks for building ASanRT against Android NDK. by Evgeniy Stepanov · 12 years ago
  12. e5f5895 Remove file-type tags for .cc files in ASan run-time library by Alexey Samsonov · 12 years ago
  13. cfd605e [asan] fix gcc build by Kostya Serebryany · 12 years ago
  14. 4d5f98d [ASan] move replacements for new/delete to separate file by Alexey Samsonov · 12 years ago