summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stackdepot.cc
AgeCommit message (Expand)Author
2016-11-18rename InternalBinarySearch to InternalLowerBoundMike Aizatsky
2016-11-16fixing binary search for cases when element is not in arrayMike Aizatsky
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2014-10-27[Sanitizer] Return code that calculates hash for stacktrace back to StackDepo...Alexey Samsonov
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-07-07[msan] Increase hash table size for chained origins.Evgeniy Stepanov
2014-05-21[tsan] Fix gotsan build.Evgeniy Stepanov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2013-08-26[sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev
2012-12-26[asan] asan_allocator2: by default use the StackDepot to store the stack trac...Kostya Serebryany
2012-09-17tsan: reserve msb in stack depot id's (required for msan)Dmitry Vyukov
2012-08-31tsan: improve stack depotDmitry Vyukov
2012-08-30tsan: use stack depot to describe heap blocksDmitry Vyukov
2012-08-30asan/tsan: first version of "stack depot"Dmitry Vyukov