1 //===-- asan_activation.h ---------------------------------------*- 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 a part of AddressSanitizer, an address sanity checker.
10 // ASan activation/deactivation logic.
11 //===----------------------------------------------------------------------===//
13 #ifndef ASAN_ACTIVATION_H
14 #define ASAN_ACTIVATION_H
17 void AsanDeactivate();
21 #endif // ASAN_ACTIVATION_H