summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsan/lsan.h')
-rw-r--r--lib/lsan/lsan.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lsan/lsan.h b/lib/lsan/lsan.h
index 1061d2fcfde75..7446e9507e0d2 100644
--- a/lib/lsan/lsan.h
+++ b/lib/lsan/lsan.h
@@ -38,6 +38,8 @@
GET_STACK_TRACE(__sanitizer::common_flags()->malloc_context_size, \
common_flags()->fast_unwind_on_malloc)
+#define GET_STACK_TRACE_THREAD GET_STACK_TRACE(kStackTraceMax, true)
+
namespace __lsan {
void InitializeInterceptors();