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

Describes sequential fit algorithm used to allocate objects in shared memory. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp>
#include <boost/interprocess/offset_ptr.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for simple_seq_fit.hpp:

Classes

class  boost::interprocess::simple_seq_fit< MutexFamily, VoidPointer >
 This class implements the simple sequential fit algorithm with a simply linked list of free buffers. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 

Detailed Description

Describes sequential fit algorithm used to allocate objects in shared memory.