Ticket #1661: interprocess.patch

File interprocess.patch, 1.3 KB (added by Daniel James, 15 years ago)
  • libs/interprocess/doc/interprocess.qbk

     
    57045704to the segment manager. Because of this,
    57055705in [*Boost.Interprocess] all managed memory segments derive from a common class that
    57065706implements memory-independent (shared memory, memory mapped files) functions:
    5707 [@../../../../boost/interprocess/detail/managed_memory_impl.hpp
     5707[@../../boost/interprocess/detail/managed_memory_impl.hpp
    57085708boost::interprocess::detail::basic_managed_memory_impl]
    57095709
    57105710Deriving from this class, [*Boost.Interprocess] implements several managed memory
     
    57665766   to the segment manager.
    57675767
    57685768The pool is implemented by the
    5769 [@../../../../boost/interprocess/allocators/detail/node_pool.hpp
     5769[@../../boost/interprocess/allocators/detail/node_pool.hpp
    57705770private_node_pool and shared_node_pool] classes.
    57715771
    57725772[endsect]
     
    58095809   to the segment manager.
    58105810
    58115811The adaptive pool is implemented by the
    5812 [@../../../../boost/interprocess/allocators/detail/adaptive_node_pool.hpp
     5812[@../../boost/interprocess/allocators/detail/adaptive_node_pool.hpp
    58135813private_adaptive_node_pool and adaptive_node_pool] classes.
    58145814
    58155815[endsect]