Honeycomb  0.1
Component-Model Framework
Public Member Functions | List of all members
honey::lockfree::FreeListAllocator< T > Class Template Reference

#include <FreeList.h>

Inheritance diagram for honey::lockfree::FreeListAllocator< T >:
Inheritance graph
[legend]
Collaboration diagram for honey::lockfree::FreeListAllocator< T >:
Collaboration graph
[legend]

Public Member Functions

 FreeListAllocator ()=default
 
template<class U >
 FreeListAllocator (const FreeListAllocator< U > &)
 
MemPoolpool ()
 
- Public Member Functions inherited from honey::MemPoolAllocator< FreeListAllocator, T >
pointer allocate (size_type n, const void *=0)
 
pointer allocate (size_type n, const char *srcFile, int srcLine, const void *=0)
 
void deallocate (pointer p, size_type)
 
- Public Member Functions inherited from honey::Allocator< FreeListAllocator, T >
pointer address (reference x) const
 
const_pointer address (const_reference x) const
 
size_type max_size () const
 
void construct (U *p, Args &&...args)
 
void destroy (U *p)
 
bool operator== (const FreeListAllocator< T > &) const
 
bool operator!= (const FreeListAllocator< T > &) const
 

Additional Inherited Members

- Public Types inherited from honey::MemPoolAllocator< FreeListAllocator, T >
typedef T * pointer
 
typedef szt size_type
 
- Public Types inherited from honey::Allocator< FreeListAllocator, T >
typedef T value_type
 
typedef T * pointer
 
typedef T & reference
 
typedef const T * const_pointer
 
typedef const T & const_reference
 
typedef szt size_type
 
typedef sdt difference_type
 
- Protected Member Functions inherited from honey::Allocator< FreeListAllocator, T >
FreeListAllocator< T > & subc ()
 
const FreeListAllocator< T > & subc () const
 

Constructor & Destructor Documentation

template<class T >
honey::lockfree::FreeListAllocator< T >::FreeListAllocator ( )
default
template<class T >
template<class U >
honey::lockfree::FreeListAllocator< T >::FreeListAllocator ( const FreeListAllocator< U > &  )
inline

Member Function Documentation

template<class T >
MemPool& honey::lockfree::FreeListAllocator< T >::pool ( )
inline

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