78 typedef Type *pointer;
79 typedef Type &reference;
80 typedef const Type *const_pointer;
81 typedef const Type &const_reference;
82 typedef typename std::allocator<Type>::size_type size_type;
89 _type_handle(copy._type_handle) { }
91 INLINE Type *allocate(size_type n,
const void *hint = 0)
92 RETURNS_ALIGNED(MEMORY_HOOK_ALIGNMENT);
93 INLINE
void deallocate(Type *p, size_type n);