summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_malloc_linux.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* [asan] more renamingKostya Serebryany2012-05-311-1/+1
| | | | llvm-svn: 157746
* [asan] Support for %z to Printf()Evgeniy Stepanov2012-03-211-1/+1
| | | | | | | | | | | | At the moment, asan internal Printf() uses %l modifier for printing values of size_t and related types. This works, because we control both the implementation of Printf and all its uses, but can be a little misleading. This change adds support for %z to Printf(). All callers that print sizes and pointers as integers are switched to %zu / %zx. llvm-svn: 153177
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-081-2/+2
| | | | llvm-svn: 150073
* AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). ↵Alexey Samsonov2012-02-031-2/+2
| | | | | | Patch by timurrrr@google.com llvm-svn: 149686
* AddressSanitizer: Add macro for definition/declaration of interceptorsAlexey Samsonov2012-02-021-27/+13
| | | | llvm-svn: 149602
* AddressSanitizer: Enforce default visibility for all libc interceptorsAlexey Samsonov2012-01-301-2/+0
| | | | llvm-svn: 149247
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-171-0/+6
| | | | llvm-svn: 148287
* [asan] flatten the asan-rt build slightlyKostya Serebryany2011-12-011-0/+3
| | | | llvm-svn: 145631
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt ↵Kostya Serebryany2011-11-301-0/+139
build system, but can be built using the old makefile. See details in README.txt llvm-svn: 145463
OpenPOWER on IntegriCloud