address_space.cpp 218 B

12345678910
  1. // SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
  2. // SPDX-License-Identifier: GPL-3.0-or-later
  3. #include "common/address_space.inc"
  4. namespace Common {
  5. template class Common::FlatAllocator<u32, 0, 32>;
  6. }