Inherits boost::lockfree::detail::dummy_freelist< T, Alloc >.
Classes |
| struct | freelist_node |
Public Member Functions |
|
| caching_freelist (std::size_t initial_nodes) |
|
T * | allocate (void) |
|
void | deallocate (T *n) |
Additional Inherited Members |
|
T * | allocate (void) |
|
void | deallocate (T *n) |
Detailed Description
template<typename T, typename Alloc = std::allocator<T>>
class boost::lockfree::caching_freelist< T, Alloc >
Definition at line 146 of file freelist.hpp.
The documentation for this class was generated from the following file: