summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_malloc_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-307/+0
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Fix mallopt interceptor.Evgeniy Stepanov2018-10-251-1/+1
* [ASAN] fix typos and disable long-object-path test for win32Peter Wu2018-06-141-2/+2
* [ASAN] fix startup crash in dlsym for long paths since glibc 2.27Peter Wu2018-06-141-1/+18
* [asan, myriad] Use local pool for new/delete when ASan run-time is not upWalter Lee2018-06-081-4/+12
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-081-1/+1
* [asan, myriad] Implement aligned local pool allocationWalter Lee2018-06-011-1/+25
* [asan, myriad] Configure platform interceptorsWalter Lee2018-06-011-0/+2
* [asan] Port asan_malloc_linux.cc to RTEMSWalter Lee2018-05-071-6/+16
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-141-2/+2
* Try to appease compiler and break multiline comment.Kamil Rytarowski2017-08-081-2/+2
* Add NetBSD support in asan_malloc_linux.ccKamil Rytarowski2017-08-081-2/+4
* [asan] Restore dead-code-elimination optimization for FuchsiaVitaly Buka2017-08-081-1/+1
* [asan] Return sizeof missed by r309914Vitaly Buka2017-08-071-1/+1
* [asan] Allocator support for FuchsiaVitaly Buka2017-08-031-21/+29
* [asan] Fix ASan internal failure in AllocateFromLocalPoolMaxim Ostapenko2017-06-091-8/+14
* Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric2017-01-301-5/+13
* Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov2017-01-271-13/+5
* Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric2017-01-271-5/+13
* [asan, msan] Fix reallocation logic when IsInDlsymAllocPool(ptr) is true.Maxim Ostapenko2016-09-261-3/+5
* [msan] Prevent initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko2016-09-231-1/+5
* [asan] Fix asan initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko2016-05-161-18/+24
* [Sanitizer] Pass proper values to DTLS_on_libc_memalign.Alexey Samsonov2016-01-141-1/+1
* [asan] Correctly release memory allocated during early startup.Yury Gribov2015-12-011-2/+19
* [asan] Remove leftover debug printf.Evgeniy Stepanov2014-07-171-1/+0
* [asan] Fix malloc interception on Android L Preview.Evgeniy Stepanov2014-07-171-39/+61
* [sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany2014-07-041-0/+5
* [asan] Add malloc_usable_size to android malloc dispatch.Evgeniy Stepanov2014-06-091-8/+10
* [asan] Make ReplaceSystemMalloc optional on Android.Evgeniy Stepanov2014-06-061-5/+7
* [asan] use some LIKELY/UNLIKELYKostya Serebryany2014-05-141-1/+1
* A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov2014-03-041-2/+2
* [asan] experimental intercetor for __tls_get_addr. So far it does nothing int...Kostya Serebryany2014-01-291-2/+7
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-131-2/+3
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-031-1/+1
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-211-1/+0
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+3
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-191-1/+1
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-311-1/+0
* [asan] asan_allocator2: do not align the requested size to the redzone size (...Kostya Serebryany2012-12-261-3/+2
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-211-3/+3
* [asan] add a flag poison_heap to allow better allocator benchmarking, impleme...Kostya Serebryany2012-12-201-0/+7
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-131-10/+10
* [ASan] fix interception macro for Android buildAlexey Samsonov2012-09-121-5/+5
* A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov2012-08-271-1/+1
* [ASan] fix names of malloc/free replacements on AndroidAlexey Samsonov2012-08-061-1/+7
* [asan] get rid of '#include <malloc.h>' in the implementation of malloc inter...Kostya Serebryany2012-06-251-20/+26
* Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth2012-06-251-1/+1
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
OpenPOWER on IntegriCloud