#include <quick_allocator.hpp>
Public Types | |
typedef boost::type_with_alignment < align_ >::type | aligner_type |
Public Attributes | |
aligner_type | aligner |
char | bytes [size] |
freeblock * | next |
Definition at line 36 of file smart_ptr/detail/quick_allocator.hpp.
typedef boost::type_with_alignment<align_>::type boost::detail::freeblock< size, align_ >::aligner_type |
Definition at line 38 of file smart_ptr/detail/quick_allocator.hpp.
aligner_type boost::detail::freeblock< size, align_ >::aligner |
Definition at line 39 of file smart_ptr/detail/quick_allocator.hpp.
char boost::detail::freeblock< size, align_ >::bytes[size] |
Definition at line 40 of file smart_ptr/detail/quick_allocator.hpp.
freeblock* boost::detail::freeblock< size, align_ >::next |
Definition at line 41 of file smart_ptr/detail/quick_allocator.hpp.