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

#include <freelist.hpp>

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

List of all members.

Classes

struct  freelist_node

Public Member Functions

 freelist (std::size_t initial_nodes)
T * allocate (void)
void deallocate (T *n)

Detailed Description

template<typename T, std::size_t maximum_size = 64, typename Alloc = std::allocator<T>>
class boost::lockfree::freelist< T, maximum_size, Alloc >

simple freelist implementation

Definition at line 55 of file freelist.hpp.


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