Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
node_allocator.hpp File Reference

Describes node_allocator pooled shared memory STL compatible allocator. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/intrusive/pointer_traits.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/assert.hpp>
#include <boost/utility/addressof.hpp>
#include <boost/interprocess/detail/utilities.hpp>
#include <boost/interprocess/detail/type_traits.hpp>
#include <boost/interprocess/allocators/detail/node_pool.hpp>
#include <boost/container/detail/multiallocation_chain.hpp>
#include <boost/interprocess/exceptions.hpp>
#include <boost/interprocess/allocators/detail/allocator_common.hpp>
#include <memory>
#include <algorithm>
#include <cstddef>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for node_allocator.hpp:

Classes

class  boost::interprocess::ipcdetail::node_allocator_base< Version, T, SegmentManager, NodesPerBlock >
 
struct  boost::interprocess::ipcdetail::node_allocator_base< Version, T, SegmentManager, NodesPerBlock >::node_pool< dummy >
 
struct  boost::interprocess::ipcdetail::node_allocator_base< Version, T, SegmentManager, NodesPerBlock >::rebind< T2 >
 Obtains node_allocator_base from node_allocator_base. More...
 
class  boost::interprocess::ipcdetail::node_allocator_v1< T, SegmentManager, NodesPerBlock >
 
struct  boost::interprocess::ipcdetail::node_allocator_v1< T, SegmentManager, NodesPerBlock >::rebind< T2 >
 
singleton  boost::interprocess::node_allocator< T, SegmentManager, NodesPerBlock >
 An STL node allocator that uses a segment manager as memory source. More...
 
struct  boost::interprocess::node_allocator< T, SegmentManager, NodesPerBlock >::rebind< T2 >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 
 boost::interprocess::ipcdetail
 

Functions

template<unsigned int V, class T , class S , std::size_t NPC>
bool boost::interprocess::ipcdetail::operator== (const node_allocator_base< V, T, S, NPC > &alloc1, const node_allocator_base< V, T, S, NPC > &alloc2)
 Equality test for same type of node_allocator_base. More...
 
template<unsigned int V, class T , class S , std::size_t NPC>
bool boost::interprocess::ipcdetail::operator!= (const node_allocator_base< V, T, S, NPC > &alloc1, const node_allocator_base< V, T, S, NPC > &alloc2)
 Inequality test for same type of node_allocator_base. More...
 

Detailed Description

Describes node_allocator pooled shared memory STL compatible allocator.