summaryrefslogtreecommitdiff
path: root/lib/asan/asan_stats.cc
AgeCommit message (Expand)Author
2015-06-26[ASan] Clean up obsolete stats.Alexey Samsonov
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2013-09-02Improve collecting malloc stats in ASanAlexey Samsonov
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-20[ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2013-01-14asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov
2012-12-27[sanitizer] add statistics to the allocator; fix lintKostya Serebryany
2012-12-26[asan] asan_allocator2: by default use the StackDepot to store the stack trac...Kostya Serebryany
2012-12-21[asan] asan_allocator2: better memory statsKostya Serebryany
2012-11-23[asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany
2012-11-19[ASan] change interface of GetAccumulatedStats() function to prevent Clang fr...Alexey Samsonov
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth
2012-08-28[asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-04Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany
2012-03-21[asan] Support for %z to Printf()Evgeniy Stepanov
2012-02-08AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov
2011-12-05[asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany
2011-12-03[asan] get rid of some more dependency on libstdc++Kostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany