2013-11-21 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libsanitizer / lsan / lsan.h
blob18ff5da6281e2291b2742d25d3ca2d5454adfd6e
1 //=-- lsan.h --------------------------------------------------------------===//
2 //
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
5 //
6 //===----------------------------------------------------------------------===//
7 //
8 // This file is a part of LeakSanitizer.
9 // Private header for standalone LSan RTL.
11 //===----------------------------------------------------------------------===//
13 #include "sanitizer_common/sanitizer_flags.h"
14 #include "sanitizer_common/sanitizer_stacktrace.h"
16 namespace __lsan {
18 void Init();
19 void InitializeInterceptors();
21 } // namespace __lsan