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

Describes private_adaptive_pool_base 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/allocators/detail/adaptive_node_pool.hpp>
#include <boost/container/detail/multiallocation_chain.hpp>
#include <boost/interprocess/exceptions.hpp>
#include <boost/interprocess/detail/utilities.hpp>
#include <memory>
#include <algorithm>
#include <cstddef>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for private_adaptive_pool.hpp:
This graph shows which files directly or indirectly include this file:

Classes

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

Detailed Description

Describes private_adaptive_pool_base pooled shared memory STL compatible allocator.