Metall  v0.27
A persistent memory allocator for data-centric analytics
metall.hpp
Go to the documentation of this file.
1 // Copyright 2019 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_METALL_HPP
7 #define METALL_METALL_HPP
8 
9 #include <metall/defs.hpp>
10 #include <metall/basic_manager.hpp>
11 #include <metall/logger.hpp>
12 #include <metall/version.hpp>
13 
16 namespace metall {
17 
21 
22 } // namespace metall
23 
26 
29 
33 
36 
39 
42 
46 
50 
54 
57 
60 
63 
66 
69 
72 
73 #endif // METALL_METALL_HPP
A generalized Metall manager class.
Definition: basic_manager.hpp:31
Common definitions for Metall.
The top level of namespace of Metall.
Definition: basic_manager.hpp:18