// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This header exposes a C++ allocator (e.g. PartitionAlloc) to Rust.
// The APIs below are called from `impl GlobalAlloc` in `lib.rs`.
namespace rust_allocator_internal // namespace rust_allocator_internal
// BUILD_RUST_ALLOCATOR_ALLOCATOR_IMPLS_H_