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

Inherits Alloc.

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: