1 //===-- sanitizer_persistent_allocator.cc -----------------------*- C++ -*-===//
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
6 //===----------------------------------------------------------------------===//
8 // This file is shared between AddressSanitizer and ThreadSanitizer
10 //===----------------------------------------------------------------------===//
11 #include "sanitizer_persistent_allocator.h"
13 namespace __sanitizer
{
15 PersistentAllocator thePersistentAllocator
;
17 } // namespace __sanitizer