1//===-- guarded_pool_allocator_posix.h --------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#if defined(__unix__)
10#ifndef GWP_ASAN_GUARDED_POOL_ALLOCATOR_POSIX_H_
11#define GWP_ASAN_GUARDED_POOL_ALLOCATOR_POSIX_H_
12
13namespace gwp_asan {
14struct PlatformSpecificMapData {};
15} // namespace gwp_asan
16
17#endif // GWP_ASAN_GUARDED_POOL_ALLOCATOR_POSIX_H_
18#endif // defined(__unix__)
19

source code of compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.h