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

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

// Holds functions for generating OOM errors from PartitionAlloc. This is
// distinct from oom.h in that it is meant only for use in PartitionAlloc.

#ifndef PARTITION_ALLOC_PARTITION_OOM_H_
#define PARTITION_ALLOC_PARTITION_OOM_H_

#include <cstddef>

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

namespace partition_alloc {

OomFunction;

internal  // namespace internal

}  // namespace partition_alloc

#endif  // PARTITION_ALLOC_PARTITION_OOM_H_