Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
scoped_allocator.hpp File Reference
#include <boost/container/scoped_allocator.hpp>

Go to the source code of this file.

Namespaces

namespace  metall
 The top level of namespace of Metall.
 
namespace  metall::container
 Namespace for Metall container.
 

Typedefs

template<class OuterAlloc , class... InnerAlloc>
using metall::container::scoped_allocator_adaptor = boost::container::scoped_allocator_adaptor< OuterAlloc, InnerAlloc... >
 An allocator which can be used with multilevel containers.