summaryrefslogtreecommitdiff
path: root/lib/asan/asan_malloc_linux.cc
AgeCommit message (Expand)Author
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-08-08Try to appease compiler and break multiline comment.Kamil Rytarowski
2017-08-08Add NetBSD support in asan_malloc_linux.ccKamil Rytarowski
2017-08-08[asan] Restore dead-code-elimination optimization for FuchsiaVitaly Buka
2017-08-07[asan] Return sizeof missed by r309914Vitaly Buka
2017-08-03[asan] Allocator support for FuchsiaVitaly Buka
2017-06-09[asan] Fix ASan internal failure in AllocateFromLocalPoolMaxim Ostapenko
2017-01-30Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric
2017-01-27Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov
2017-01-27Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric
2016-09-26[asan, msan] Fix reallocation logic when IsInDlsymAllocPool(ptr) is true.Maxim Ostapenko
2016-09-23[msan] Prevent initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko
2016-05-16[asan] Fix asan initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko
2016-01-14[Sanitizer] Pass proper values to DTLS_on_libc_memalign.Alexey Samsonov
2015-12-01[asan] Correctly release memory allocated during early startup.Yury Gribov
2014-07-17[asan] Remove leftover debug printf.Evgeniy Stepanov
2014-07-17[asan] Fix malloc interception on Android L Preview.Evgeniy Stepanov
2014-07-04[sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany
2014-06-09[asan] Add malloc_usable_size to android malloc dispatch.Evgeniy Stepanov
2014-06-06[asan] Make ReplaceSystemMalloc optional on Android.Evgeniy Stepanov
2014-05-14[asan] use some LIKELY/UNLIKELYKostya Serebryany
2014-03-04A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov
2014-01-29[asan] experimental intercetor for __tls_get_addr. So far it does nothing int...Kostya Serebryany
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey 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-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2012-12-26[asan] asan_allocator2: do not align the requested size to the redzone size (...Kostya Serebryany
2012-12-21[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany
2012-12-20[asan] add a flag poison_heap to allow better allocator benchmarking, impleme...Kostya Serebryany
2012-12-13[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany
2012-09-12[ASan] fix interception macro for Android buildAlexey Samsonov
2012-08-27A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov
2012-08-06[ASan] fix names of malloc/free replacements on AndroidAlexey Samsonov
2012-06-25[asan] get rid of '#include <malloc.h>' in the implementation of malloc inter...Kostya Serebryany
2012-06-25Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth
2012-06-04Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-03-21[asan] Support for %z to Printf()Evgeniy Stepanov
2012-02-08AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov
2012-02-03AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). P...Alexey Samsonov
2012-02-02AddressSanitizer: Add macro for definition/declaration of interceptorsAlexey Samsonov
2012-01-30AddressSanitizer: Enforce default visibility for all libc interceptorsAlexey Samsonov
2012-01-17AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov
2011-12-01[asan] flatten the asan-rt build slightlyKostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany