blob: 8d79dbaa74ae578952a152c51300e3384f14b2c3 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/allocator/partition_allocator/reservation_offset_table.h"
namespace partition_alloc::internal {
#if defined(PA_HAS_64_BITS_POINTERS)
ReservationOffsetTable::_ReservationOffsetTable
ReservationOffsetTable::reservation_offset_tables_[];
#else
ReservationOffsetTable::_ReservationOffsetTable
ReservationOffsetTable::reservation_offset_table_;
#endif
} // namespace partition_alloc::internal