#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 > | |
| FSBGaloisAllocator (const FSBGaloisAllocator< U > &) throw () | |
| FSBGaloisAllocator () throw () | |
| pointer | allocate (int x) |
| void | deallocate (pointer ptr, size_type) |
| template<typename TyC > | |
| void | construct (pointer ptr, const TyC &val) |
| void | destroy (pointer ptr) |
| size_type | max_size () const throw () |
| bool | operator!= (const FSBGaloisAllocator &rhs) const |
Private Attributes | |
| FixedSizeAllocator | Alloc |
| typedef const Ty* GaloisRuntime::MM::FSBGaloisAllocator< Ty >::const_pointer |
| typedef const Ty& GaloisRuntime::MM::FSBGaloisAllocator< Ty >::const_reference |
| typedef ptrdiff_t GaloisRuntime::MM::FSBGaloisAllocator< Ty >::difference_type |
| typedef Ty* GaloisRuntime::MM::FSBGaloisAllocator< Ty >::pointer |
| typedef Ty& GaloisRuntime::MM::FSBGaloisAllocator< Ty >::reference |
| typedef size_t GaloisRuntime::MM::FSBGaloisAllocator< Ty >::size_type |
| typedef Ty GaloisRuntime::MM::FSBGaloisAllocator< Ty >::value_type |
| GaloisRuntime::MM::FSBGaloisAllocator< Ty >::FSBGaloisAllocator | ( | const FSBGaloisAllocator< U > & | ) | throw () [inline] |
| GaloisRuntime::MM::FSBGaloisAllocator< Ty >::FSBGaloisAllocator | ( | ) | throw () [inline] |
| const_pointer GaloisRuntime::MM::FSBGaloisAllocator< Ty >::address | ( | const_reference | val | ) | const [inline] |
| pointer GaloisRuntime::MM::FSBGaloisAllocator< Ty >::address | ( | reference | val | ) | const [inline] |
| pointer GaloisRuntime::MM::FSBGaloisAllocator< Ty >::allocate | ( | int | x | ) | [inline] |
| void GaloisRuntime::MM::FSBGaloisAllocator< Ty >::construct | ( | pointer | ptr, | |
| const TyC & | val | |||
| ) | [inline] |
| void GaloisRuntime::MM::FSBGaloisAllocator< Ty >::deallocate | ( | pointer | ptr, | |
| size_type | ||||
| ) | [inline] |
| void GaloisRuntime::MM::FSBGaloisAllocator< Ty >::destroy | ( | pointer | ptr | ) | [inline] |
| size_type GaloisRuntime::MM::FSBGaloisAllocator< Ty >::max_size | ( | ) | const throw () [inline] |
| bool GaloisRuntime::MM::FSBGaloisAllocator< Ty >::operator!= | ( | const FSBGaloisAllocator< Ty > & | rhs | ) | const [inline] |
FixedSizeAllocator GaloisRuntime::MM::FSBGaloisAllocator< Ty >::Alloc [private] |
1.6.3