Public Types | |
typedef malloc_allocator< U > | other |
typedef malloc_allocator< U > | other |
typedef void | 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 &) | |
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< void >::const_pointer |
typedef const value_type& malloc_allocator< void >::const_reference |
typedef std::ptrdiff_t malloc_allocator< void >::difference_type |
typedef malloc_allocator< U > malloc_allocator< void >::rebind< U >::other |
typedef malloc_allocator< U > malloc_allocator< void >::rebind::other |
typedef value_type* malloc_allocator< void >::pointer |
typedef value_type& malloc_allocator< void >::reference |
typedef std::size_t malloc_allocator< void >::size_type |
typedef void malloc_allocator< void >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |