summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stackdepot.h
AgeCommit message (Expand)Author
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-09-04[msan] Make origin tracking fork-safe.Evgeniy Stepanov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2013-08-28[sanitizer] fix code styleAlexey Samsonov
2013-08-26[sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2012-12-26[asan] asan_allocator2: by default use the StackDepot to store the stack trac...Kostya Serebryany
2012-08-30tsan: use stack depot to describe heap blocksDmitry Vyukov
2012-08-30asan/tsan: first version of "stack depot"Dmitry Vyukov