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.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/lsan/lsan.h b/lib/lsan/lsan.h
new file mode 100644
index 0000000000000..d89a6ab8f983d
--- /dev/null
+++ b/lib/lsan/lsan.h
@@ -0,0 +1,23 @@
+//=-- lsan.h --------------------------------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file is a part of LeakSanitizer.
+// Private header for standalone LSan RTL.
+//
+//===----------------------------------------------------------------------===//
+
+#include "sanitizer_common/sanitizer_flags.h"
+#include "sanitizer_common/sanitizer_stacktrace.h"
+
+namespace __lsan {
+
+void Init();
+void InitializeInterceptors();
+
+} // namespace __lsan