blob: d89a6ab8f983dca3b7d03f13d99cd7bfb20cc100 [file] [log] [blame]
Sergey Matveeve96c62a2013-05-20 11:04:43 +00001//=-- lsan.h --------------------------------------------------------------===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file is a part of LeakSanitizer.
11// Private header for standalone LSan RTL.
12//
13//===----------------------------------------------------------------------===//
14
15#include "sanitizer_common/sanitizer_flags.h"
16#include "sanitizer_common/sanitizer_stacktrace.h"
17
18namespace __lsan {
19
20void Init();
21void InitializeInterceptors();
22
23} // namespace __lsan