Sergey Matveev
|
9e3e80208f
|
[sanitizer] Add a fast version of StackDepotGet() for use in LSan.
Add a class that holds a snapshot of the StackDepot optimized for querying by
ID. This allows us to speed up LSan dramatically.
llvm-svn: 189217
|
2013-08-26 13:24:43 +00:00 |
Kostya Serebryany
|
a11cd57a78
|
[asan] asan_allocator2: by default use the StackDepot to store the stack traces instead of storing them in the redzones
llvm-svn: 171099
|
2012-12-26 06:30:02 +00:00 |
Dmitry Vyukov
|
4d743f5346
|
tsan: reserve msb in stack depot id's (required for msan)
llvm-svn: 164010
|
2012-09-17 03:14:15 +00:00 |
Dmitry Vyukov
|
ef8d1944b8
|
tsan: improve stack depot
llvm-svn: 162993
|
2012-08-31 12:47:44 +00:00 |
Dmitry Vyukov
|
191f2f7cdb
|
tsan: use stack depot to describe heap blocks
llvm-svn: 162902
|
2012-08-30 13:02:30 +00:00 |
Dmitry Vyukov
|
f4792878c4
|
asan/tsan: first version of "stack depot"
llvm-svn: 162897
|
2012-08-30 10:02:48 +00:00 |