view libsanitizer/sanitizer_common/sanitizer_persistent_allocator.cc @ 114:e234ee7b7292

fix c-parser.c
author mir3636
date Fri, 17 Nov 2017 19:25:43 +0900
parents 04ced10e8804
children
line wrap: on
line source

//===-- sanitizer_persistent_allocator.cc -----------------------*- C++ -*-===//
//
// 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