#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 | |
| pointer | address (reference val) const |
| const_pointer | address (const_reference val) const |
| template<class U > | |
| ExternRefGaloisAllocator (const ExternRefGaloisAllocator< U, AllocTy > &rhs) throw () | |
| ExternRefGaloisAllocator (AllocTy *a) throw () | |
| pointer | allocate (int x) |
| void | deallocate (pointer ptr, size_type x) |
| template<typename TyC > | |
| void | construct (pointer ptr, const TyC &val) |
| void | destroy (pointer ptr) |
| size_type | max_size () const throw () |
Public Attributes | |
| AllocTy * | Alloc |
| typedef const Ty* GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::const_pointer |
| typedef const Ty& GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::const_reference |
| typedef ptrdiff_t GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::difference_type |
| typedef Ty* GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::pointer |
| typedef Ty& GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::reference |
| typedef size_t GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::size_type |
| typedef Ty GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::value_type |
| GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::ExternRefGaloisAllocator | ( | const ExternRefGaloisAllocator< U, AllocTy > & | rhs | ) | throw () [inline] |
| GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::ExternRefGaloisAllocator | ( | AllocTy * | a | ) | throw () [inline, explicit] |
| const_pointer GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::address | ( | const_reference | val | ) | const [inline] |
| pointer GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::address | ( | reference | val | ) | const [inline] |
| pointer GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::allocate | ( | int | x | ) | [inline] |
| void GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::construct | ( | pointer | ptr, | |
| const TyC & | val | |||
| ) | [inline] |
| void GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::deallocate | ( | pointer | ptr, | |
| size_type | x | |||
| ) | [inline] |
| void GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::destroy | ( | pointer | ptr | ) | [inline] |
| size_type GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::max_size | ( | ) | const throw () [inline] |
| AllocTy* GaloisRuntime::MM::ExternRefGaloisAllocator< Ty, AllocTy >::Alloc |
1.6.3