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

List of all members.

Classes

struct  freelist_node

Public Member Functions

 static_freelist (std::size_t max_nodes)
T * allocate (void)
void deallocate (T *n)

Detailed Description

template<typename T, typename Alloc = std::allocator<T>>
class boost::lockfree::static_freelist< T, Alloc >

Definition at line 224 of file freelist.hpp.


The documentation for this class was generated from the following file: