summaryrefslogtreecommitdiff
path: root/lib/asan/asan_stats.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-13/+13
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [asan] more renamingKostya Serebryany2012-05-311-3/+3
* [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany2012-05-311-4/+4
* [asan] Support for %z to Printf()Evgeniy Stepanov2012-03-211-7/+7
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-081-2/+2
* [asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany2011-12-051-7/+0
* [asan] get rid of some more dependency on libstdc++Kostya Serebryany2011-12-031-1/+2
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+94