blob: 7f471dd62fdf75ed9019801e119468fb69e682cd [file] [log] [blame]
// Copyright (c) 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_GWP_ASAN_CLIENT_GWP_ASAN_H_
#define COMPONENTS_GWP_ASAN_CLIENT_GWP_ASAN_H_
#include "components/gwp_asan/client/export.h"
namespace gwp_asan {
// Enable GWP-ASan for the current process. This should only be called once per
// process. This can not be disabled once it has been enabled.
GWP_ASAN_EXPORT void EnableForMalloc();
} // namespace gwp_asan
#endif // COMPONENTS_GWP_ASAN_CLIENT_GWP_ASAN_H_