#ifndef COMPONENTS_GWP_ASAN_CLIENT_SAMPLING_PARTITIONALLOC_SHIMS_H_
#define COMPONENTS_GWP_ASAN_CLIENT_SAMPLING_PARTITIONALLOC_SHIMS_H_
#include <stddef.h>
#include "components/gwp_asan/client/export.h"
#include "components/gwp_asan/client/guarded_page_allocator.h"
#include "components/gwp_asan/client/gwp_asan.h"
#include "components/gwp_asan/common/lightweight_detector_state.h"
namespace gwp_asan {
namespace internal {
GWP_ASAN_EXPORT void InstallPartitionAllocHooks(
const AllocatorSettings& settings,
GuardedPageAllocator::OutOfMemoryCallback callback);
}
}
#endif