aboutsummaryrefslogblamecommitdiff
path: root/lib/sanitizer_common/sanitizer_persistent_allocator.cc
blob: 5fa533a70861f970d6ddb3f27899d1a4db31f97c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                







                                                                                

                                                                   
                                                                                
                                           
 
                       
 
                                           
 
                           
//===-- sanitizer_persistent_allocator.cc -----------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file is shared between AddressSanitizer and ThreadSanitizer
// run-time libraries.
//===----------------------------------------------------------------------===//
#include "sanitizer_persistent_allocator.h"

namespace __sanitizer {

PersistentAllocator thePersistentAllocator;

}  // namespace __sanitizer