#include <Mem.h>
Classes | |
struct | rebind |
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef Ty * | pointer |
typedef const Ty * | const_pointer |
typedef Ty & | reference |
typedef const Ty & | const_reference |
typedef Ty | value_type |
Public Member Functions | |
Allocator () throw () | |
Allocator (const Allocator &) throw () | |
template<class U > | |
Allocator (const Allocator< U > &) throw () | |
~Allocator () | |
pointer | address (reference val) const |
const_pointer | address (const_reference val) const |
pointer | allocate (size_type size) |
void | deallocate (pointer p, size_type) |
size_type | max_size () const throw () |
void | construct (pointer p, const Ty &val) |
void | destroy (pointer p) |
Private Member Functions | |
void | destruct (char *) |
void | destruct (wchar_t *) |
template<typename T > | |
void | destruct (T *t) |
typedef const Ty* Galois::Allocator< Ty >::const_pointer |
typedef const Ty& Galois::Allocator< Ty >::const_reference |
typedef ptrdiff_t Galois::Allocator< Ty >::difference_type |
typedef Ty* Galois::Allocator< Ty >::pointer |
typedef Ty& Galois::Allocator< Ty >::reference |
typedef size_t Galois::Allocator< Ty >::size_type |
typedef Ty Galois::Allocator< Ty >::value_type |
Galois::Allocator< Ty >::Allocator | ( | ) | throw () [inline] |
Galois::Allocator< Ty >::Allocator | ( | const Allocator< Ty > & | ) | throw () [inline] |
Galois::Allocator< Ty >::Allocator | ( | const Allocator< U > & | ) | throw () [inline] |
Galois::Allocator< Ty >::~Allocator | ( | ) | [inline] |
const_pointer Galois::Allocator< Ty >::address | ( | const_reference | val | ) | const [inline] |
pointer Galois::Allocator< Ty >::address | ( | reference | val | ) | const [inline] |
pointer Galois::Allocator< Ty >::allocate | ( | size_type | size | ) | [inline] |
void Galois::Allocator< Ty >::construct | ( | pointer | p, | |
const Ty & | val | |||
) | [inline] |
void Galois::Allocator< Ty >::deallocate | ( | pointer | p, | |
size_type | ||||
) | [inline] |
void Galois::Allocator< Ty >::destroy | ( | pointer | p | ) | [inline] |
void Galois::Allocator< Ty >::destruct | ( | T * | t | ) | [inline, private] |
void Galois::Allocator< Ty >::destruct | ( | wchar_t * | ) | [inline, private] |
void Galois::Allocator< Ty >::destruct | ( | char * | ) | [inline, private] |
size_type Galois::Allocator< Ty >::max_size | ( | ) | const throw () [inline] |