summaryrefslogtreecommitdiff
path: root/lib/asan/asan_stats.h
AgeCommit message (Expand)Author
2015-06-26[ASan] Clean up obsolete stats.Alexey Samsonov
2013-11-27[ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...Alexey Samsonov
2013-09-02Improve collecting malloc stats in ASanAlexey Samsonov
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
2012-12-19[asan] asan_allocator2: add mmap/munmap statsKostya Serebryany
2012-09-12Give more accurate malloc statistics to malloc_zone_statistics().Alexander Potapenko
2012-05-31[asan] more renamingKostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany