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

Describes adaptive_pool 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/adaptive_node_pool.hpp>
#include <boost/interprocess/exceptions.hpp>
#include <boost/interprocess/allocators/detail/allocator_common.hpp>
#include <boost/container/detail/multiallocation_chain.hpp>
#include <boost/interprocess/detail/mpl.hpp>
#include <memory>
#include <algorithm>
#include <cstddef>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for adaptive_pool.hpp:

Classes

class  boost::interprocess::ipcdetail::adaptive_pool_base< Version, T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >
 
struct  boost::interprocess::ipcdetail::adaptive_pool_base< Version, T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >::node_pool< dummy >
 
struct  boost::interprocess::ipcdetail::adaptive_pool_base< Version, T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >::rebind< T2 >
 Obtains adaptive_pool_base from adaptive_pool_base. More...
 
class  boost::interprocess::ipcdetail::adaptive_pool_v1< T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >
 
struct  boost::interprocess::ipcdetail::adaptive_pool_v1< T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >::rebind< T2 >
 
singleton  boost::interprocess::adaptive_pool< T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >
 An STL node allocator that uses a segment manager as memory source. More...
 
struct  boost::interprocess::adaptive_pool< T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >::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, std::size_t F, unsigned char OP>
bool boost::interprocess::ipcdetail::operator== (const adaptive_pool_base< V, T, S, NPC, F, OP > &alloc1, const adaptive_pool_base< V, T, S, NPC, F, OP > &alloc2)
 Equality test for same type of adaptive_pool_base. More...
 
template<unsigned int V, class T , class S , std::size_t NPC, std::size_t F, unsigned char OP>
bool boost::interprocess::ipcdetail::operator!= (const adaptive_pool_base< V, T, S, NPC, F, OP > &alloc1, const adaptive_pool_base< V, T, S, NPC, F, OP > &alloc2)
 Inequality test for same type of adaptive_pool_base. More...
 

Detailed Description

Describes adaptive_pool pooled shared memory STL compatible allocator.