ldas-tools-al
2.6.6
|
#include <MallocAllocator.hh>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef value_type * | pointer |
typedef const value_type * | const_pointer |
typedef value_type & | reference |
typedef const value_type & | const_reference |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
malloc_allocator () | |
malloc_allocator (const malloc_allocator &) | |
template<class U > | |
malloc_allocator (const malloc_allocator< U > &) | |
~malloc_allocator () | |
pointer | address (reference x) const |
const_pointer | address (const_reference x) const |
pointer | allocate (size_type n, const_pointer=0) |
void | deallocate (pointer p, size_type) |
size_type | max_size () const |
void | construct (pointer p, const value_type &x) |
void | destroy (pointer p) |
Private Member Functions | |
void | operator= (const malloc_allocator &) |
typedef const value_type* malloc_allocator< T >::const_pointer |
typedef const value_type& malloc_allocator< T >::const_reference |
typedef std::ptrdiff_t malloc_allocator< T >::difference_type |
typedef value_type* malloc_allocator< T >::pointer |
typedef value_type& malloc_allocator< T >::reference |
typedef std::size_t malloc_allocator< T >::size_type |
typedef T malloc_allocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |