pion-net  4.0.9
Public Member Functions
boost::lockfree::detail::dummy_freelist< T, Alloc > Class Template Reference

Inherits noncopyable.

Inherited by boost::lockfree::caching_freelist< T, Alloc > [private], and boost::lockfree::freelist< T, maximum_size, Alloc > [private].

List of all members.

Public Member Functions

T * allocate (void)
void deallocate (T *n)

Detailed Description

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

Definition at line 33 of file freelist.hpp.


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