Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function node_allocator_base

boost::interprocess::node_allocator_base

Synopsis

// In header: <boost/interprocess/allocators/node_allocator.hpp>


 node_allocator_base(segment_manager * segment_mngr);

Description

Constructor from a segment manager. If not present, constructs a node pool. Increments the reference count of the associated node pool. Can throw boost::interprocess::bad_alloc


PrevUpHomeNext