Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
pool Directory Reference
Directory dependency graph for pool:
boost_1_57_0/boost/pool

Files

file  object_pool.hpp
 Provides a template type boost::object_pool<T, UserAllocator> that can be used for fast and efficient memory allocation of objects of type T.
 
file  pool_alloc.hpp
 C++ Standard Library compatible pool-based allocators.
 
file  poolfwd.hpp
 Forward declarations of all public (non-implemention) classes.
 
file  simple_segregated_storage.hpp
 Simple Segregated Storage.
 
file  singleton_pool.hpp
 The singleton_pool class allows other pool interfaces for types of the same size to share the same underlying pool.