Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
fallback_allocator_adaptor.hpp
Go to the documentation of this file.
1// Copyright 2020 Lawrence Livermore National Security, LLC and other Metall
2// Project Developers. See the top-level COPYRIGHT file for details.
3//
4// SPDX-License-Identifier: (Apache-2.0 OR MIT)
5
6#ifndef METALL_UTILITY_FALLBACK_ALLOCATOR_ADAPTOR_HPP
7#define METALL_UTILITY_FALLBACK_ALLOCATOR_ADAPTOR_HPP
8
10
11#warning \
12 "This file is deprecated. Use container/fallback_allocator.hpp instead."
13
14namespace metall::utility {
15template <typename primary_alloc>
18}
19
20#endif
boost::container::vector< T, Allocator > vector
A vector container that uses Metall as its default allocator.
Definition vector.hpp:17
Namespace for utility items.
metall::container::fallback_allocator_adaptor< primary_alloc > fallback_allocator_adaptor
Definition fallback_allocator_adaptor.hpp:17