summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_malloc_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* [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
* [asan] more renamingKostya Serebryany2012-05-311-1/+1
* [asan] Support for %z to Printf()Evgeniy Stepanov2012-03-211-1/+1
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-081-2/+2
* AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). P...Alexey Samsonov2012-02-031-2/+2
* AddressSanitizer: Add macro for definition/declaration of interceptorsAlexey Samsonov2012-02-021-27/+13
* AddressSanitizer: Enforce default visibility for all libc interceptorsAlexey Samsonov2012-01-301-2/+0
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-171-0/+6
* [asan] flatten the asan-rt build slightlyKostya Serebryany2011-12-011-0/+3
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+139
OpenPOWER on IntegriCloud