Provides a template type boost::object_pool<T, UserAllocator> that can be used for fast and efficient memory allocation of objects of type T. More...
#include <boost/pool/poolfwd.hpp>
#include <boost/pool/pool.hpp>
#include <boost/pool/detail/pool_construct.ipp>
Classes | |
singleton | boost::object_pool< T, UserAllocator > |
A template class that can be used for fast and efficient memory allocation of objects. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Provides a template type boost::object_pool<T, UserAllocator> that can be used for fast and efficient memory allocation of objects of type T.
It also provides automatic destruction of non-deallocated objects.