Metall  v0.28
A persistent memory allocator for data-centric analytics
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 
14 namespace metall::utility {
15 template <typename primary_alloc>
18 }
19 
20 #endif
A STL compatible allocator which fallbacks to a heap allocator (e.g., malloc()) if its constructor re...
Definition: fallback_allocator.hpp:21
Namespace for utility items.