summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stackdepot.cc
Commit message (Expand)AuthorAgeFilesLines
* rename InternalBinarySearch to InternalLowerBoundMike Aizatsky2016-11-181-2/+2
* fixing binary search for cases when element is not in arrayMike Aizatsky2016-11-161-1/+1
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-2/+2
* [msan] Better use-after-free reports.Evgeniy Stepanov2015-01-221-3/+6
* [Sanitizer] Return code that calculates hash for stacktrace back to StackDepo...Alexey Samsonov2014-10-271-0/+22
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-50/+15
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-3/+3
* [msan] Make origin tracking fork-safe.Evgeniy Stepanov2014-09-041-0/+8
* [msan] Increase hash table size for chained origins.Evgeniy Stepanov2014-07-071-2/+6
* [tsan] Fix gotsan build.Evgeniy Stepanov2014-05-211-1/+1
* [msan] Chained origins re-design.Evgeniy Stepanov2014-05-211-168/+91
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-261-0/+34
* [asan] asan_allocator2: by default use the StackDepot to store the stack trac...Kostya Serebryany2012-12-261-1/+9
* tsan: reserve msb in stack depot id's (required for msan)Dmitry Vyukov2012-09-171-2/+6
* tsan: improve stack depotDmitry Vyukov2012-08-311-31/+136
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-3/+3
* asan/tsan: first version of "stack depot"Dmitry Vyukov2012-08-301-0/+87