sanitizer_persistent_allocator.cc 600 B

123456789101112131415161718
  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"
  12. namespace __sanitizer {
  13. PersistentAllocator thePersistentAllocator;
  14. } // namespace __sanitizer