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
9
#include "
metall/container/fallback_allocator.hpp
"
10
11
#warning \
12
"This file is deprecated. Use container/fallback_allocator.hpp instead."
13
14
namespace
metall::utility
{
15
template
<
typename
primary_alloc>
16
using
fallback_allocator_adaptor
=
17
metall::container::fallback_allocator_adaptor<primary_alloc>
;
18
}
19
20
#endif
fallback_allocator.hpp
metall::container::vector
boost::container::vector< T, Allocator > vector
A vector container that uses Metall as its default allocator.
Definition
vector.hpp:17
metall::utility
Namespace for utility items.
metall::utility::fallback_allocator_adaptor
metall::container::fallback_allocator_adaptor< primary_alloc > fallback_allocator_adaptor
Definition
fallback_allocator_adaptor.hpp:17
include
metall
utility
fallback_allocator_adaptor.hpp
Generated by
1.9.8