summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stackdepot.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Reduce stack depot size on Android.Evgeniy Stepanov2019-01-041-1/+1
* [sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany2015-09-291-3/+4
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-6/+3
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-1/+3
* [msan] Make origin tracking fork-safe.Evgeniy Stepanov2014-09-041-0/+3
* [msan] Chained origins re-design.Evgeniy Stepanov2014-05-211-11/+18
* [sanitizer] fix code styleAlexey Samsonov2013-08-281-3/+3
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-261-0/+26
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-1/+1
* [asan] asan_allocator2: by default use the StackDepot to store the stack trac...Kostya Serebryany2012-12-261-0/+7
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-2/+2
* asan/tsan: first version of "stack depot"Dmitry Vyukov2012-08-301-0/+29