ldas-tools-al 2.6.7
|
#include <MallocAllocator.hh>
Classes | |
struct | rebind |
Public Types | |
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 () | |
pointer | address (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 Types | |
typedef void | value_type |
typedef void * | pointer |
typedef const void * | const_pointer |
Private Member Functions | |
void | operator= (const malloc_allocator &) |
|
private |
typedef const value_type& malloc_allocator< void >::const_reference |
typedef std::ptrdiff_t malloc_allocator< void >::difference_type |
|
private |
typedef value_type& malloc_allocator< void >::reference |
typedef std::size_t malloc_allocator< void >::size_type |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |