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

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

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/interprocess/allocators/detail/adaptive_node_pool.hpp>
#include <boost/interprocess/allocators/detail/allocator_common.hpp>
#include <boost/interprocess/detail/utilities.hpp>
#include <boost/interprocess/containers/version_type.hpp>
#include <boost/interprocess/allocators/detail/node_tools.hpp>
#include <cstddef>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for cached_adaptive_pool.hpp:

Classes

class  boost::interprocess::ipcdetail::cached_adaptive_pool_v1< T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >
 
struct  boost::interprocess::ipcdetail::cached_adaptive_pool_v1< T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >::rebind< T2 >
 
singleton  boost::interprocess::cached_adaptive_pool< T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >
 An STL node allocator that uses a segment manager as memory source. More...
 
struct  boost::interprocess::cached_adaptive_pool< T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent >::rebind< T2 >
 

Namespaces

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

Detailed Description

Describes cached_adaptive_pool pooled shared memory STL compatible allocator.