#ifndef COMPONENTS_GWP_ASAN_CLIENT_EXTREME_LIGHTWEIGHT_DETECTOR_MALLOC_SHIMS_H_
#define COMPONENTS_GWP_ASAN_CLIENT_EXTREME_LIGHTWEIGHT_DETECTOR_MALLOC_SHIMS_H_
#include <cstddef>
#include "components/gwp_asan/client/export.h"
#include "partition_alloc/lightweight_quarantine.h"
namespace gwp_asan::internal {
struct GWP_ASAN_EXPORT ExtremeLightweightDetectorOptions { … };
GWP_ASAN_EXPORT void InstallExtremeLightweightDetectorHooks(
const ExtremeLightweightDetectorOptions& options);
GWP_ASAN_EXPORT partition_alloc::internal::LightweightQuarantineBranch&
GetEludQuarantineBranchForTesting();
}
#endif