|
| 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.
|
| |