// Copyright 2023 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_SHIM_ALLOCATOR_DISPATCH_H_ #define PARTITION_ALLOC_SHIM_ALLOCATOR_DISPATCH_H_ #include <cstddef> #include "partition_alloc/partition_alloc_check.h" namespace allocator_shim { struct AllocatorDispatch { … }; } // namespace allocator_shim #endif // PARTITION_ALLOC_SHIM_ALLOCATOR_DISPATCH_H_