* gcc-interface/trans.c (Subprogram_Body_to_gnu): Initialize locus.
[official-gcc.git] / libsanitizer / sanitizer_common / sanitizer_persistent_allocator.cc
blobb989ed0c90f52f90745509e0bd4fc32121803a76
1 //===-- sanitizer_persistent_allocator.cc -----------------------*- C++ -*-===//
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 shared between AddressSanitizer and ThreadSanitizer
9 // run-time libraries.
10 //===----------------------------------------------------------------------===//
11 #include "sanitizer_persistent_allocator.h"
13 namespace __sanitizer {
15 PersistentAllocator thePersistentAllocator;
17 } // namespace __sanitizer