chromium/base/allocator/partition_allocator/src/partition_alloc/oom.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef PARTITION_ALLOC_OOM_H_
#define PARTITION_ALLOC_OOM_H_

#include <cstddef>

#include "partition_alloc/allocation_guard.h"
#include "partition_alloc/build_config.h"
#include "partition_alloc/partition_alloc_base/compiler_specific.h"
#include "partition_alloc/partition_alloc_base/component_export.h"

#if PA_BUILDFLAG(IS_WIN)
#include "partition_alloc/partition_alloc_base/win/windows_types.h"
#endif

partition_alloc  // namespace partition_alloc

#endif  // PARTITION_ALLOC_OOM_H_