#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 | |
| FSBGaloisAllocator () throw () | |
| template<class U > | |
| FSBGaloisAllocator (const FSBGaloisAllocator< U > &) throw () | |
| pointer | address (reference val) const |
| const_pointer | address (const_reference val) const |
| pointer | allocate (size_type size) |
| void | deallocate (pointer ptr, size_type) |
| template<class U , class... Args> | |
| void | construct (U *p, Args &&...args) const |
| void | destroy (pointer ptr) const |
| size_type | max_size () const throw () |
| template<typename T1 > | |
| bool | operator!= (const FSBGaloisAllocator< T1 > &rhs) const |
Private Member Functions | |
| void | destruct (char *) const |
| void | destruct (wchar_t *) const |
| template<typename T > | |
| void | destruct (T *t) const |
Private Attributes | |
| FixedSizeAllocator | Alloc |
| typedef const Ty* Galois::Runtime::MM::FSBGaloisAllocator< Ty >::const_pointer |
| typedef const Ty& Galois::Runtime::MM::FSBGaloisAllocator< Ty >::const_reference |
| typedef ptrdiff_t Galois::Runtime::MM::FSBGaloisAllocator< Ty >::difference_type |
| typedef Ty* Galois::Runtime::MM::FSBGaloisAllocator< Ty >::pointer |
| typedef Ty& Galois::Runtime::MM::FSBGaloisAllocator< Ty >::reference |
| typedef size_t Galois::Runtime::MM::FSBGaloisAllocator< Ty >::size_type |
| typedef Ty Galois::Runtime::MM::FSBGaloisAllocator< Ty >::value_type |
| Galois::Runtime::MM::FSBGaloisAllocator< Ty >::FSBGaloisAllocator | ( | ) | throw () [inline] |
| Galois::Runtime::MM::FSBGaloisAllocator< Ty >::FSBGaloisAllocator | ( | const FSBGaloisAllocator< U > & | ) | throw () [inline] |
| const_pointer Galois::Runtime::MM::FSBGaloisAllocator< Ty >::address | ( | const_reference | val | ) | const [inline] |
| pointer Galois::Runtime::MM::FSBGaloisAllocator< Ty >::address | ( | reference | val | ) | const [inline] |
| pointer Galois::Runtime::MM::FSBGaloisAllocator< Ty >::allocate | ( | size_type | size | ) | [inline] |
| void Galois::Runtime::MM::FSBGaloisAllocator< Ty >::construct | ( | U * | p, | |
| Args &&... | args | |||
| ) | const [inline] |
| void Galois::Runtime::MM::FSBGaloisAllocator< Ty >::deallocate | ( | pointer | ptr, | |
| size_type | ||||
| ) | [inline] |
| void Galois::Runtime::MM::FSBGaloisAllocator< Ty >::destroy | ( | pointer | ptr | ) | const [inline] |
| void Galois::Runtime::MM::FSBGaloisAllocator< Ty >::destruct | ( | T * | t | ) | const [inline, private] |
| void Galois::Runtime::MM::FSBGaloisAllocator< Ty >::destruct | ( | wchar_t * | ) | const [inline, private] |
| void Galois::Runtime::MM::FSBGaloisAllocator< Ty >::destruct | ( | char * | ) | const [inline, private] |
| size_type Galois::Runtime::MM::FSBGaloisAllocator< Ty >::max_size | ( | ) | const throw () [inline] |
| bool Galois::Runtime::MM::FSBGaloisAllocator< Ty >::operator!= | ( | const FSBGaloisAllocator< T1 > & | rhs | ) | const [inline] |
FixedSizeAllocator Galois::Runtime::MM::FSBGaloisAllocator< Ty >::Alloc [private] |
1.6.1