summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_malloc_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* [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