pion-net  4.0.9
Classes | Public Member Functions
boost::lockfree::caching_freelist< T, Alloc > Class Template Reference

Inherits boost::lockfree::detail::dummy_freelist< T, Alloc >.

List of all members.

Classes

struct  freelist_node

Public Member Functions

 caching_freelist (std::size_t initial_nodes)
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: