Forward declarations of all public (non-implemention) classes. More...
Classes | |
class | boost::simple_segregated_storage< SizeType > |
Simple Segregated Storage is the simplest, and probably the fastest, memory allocation/deallocation algorithm. More... | |
singleton | boost::pool< UserAllocator > |
singleton | boost::object_pool< T, UserAllocator > |
A template class that can be used for fast and efficient memory allocation of objects. More... | |
class | boost::singleton_pool< Tag, RequestedSize, UserAllocator, Mutex, NextSize, MaxSize > |
The singleton_pool class allows other pool interfaces for types of the same size to share the same pool. More... | |
singleton | boost::pool_allocator< T, UserAllocator, Mutex, NextSize, MaxSize > |
A C++ Standard Library conforming allocator, based on an underlying pool. More... | |
singleton | boost::fast_pool_allocator< T, UserAllocator, Mutex, NextSize, MaxSize > |
A C++ Standard Library conforming allocator geared towards allocating single chunks. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Forward declarations of all public (non-implemention) classes.