44 T *t = (T *) malloc(n *
sizeof(T));
const_pointer address(const_reference x) const
pointer allocate(size_type n, const void *=0)
void construct(pointer p, const T &val)
SimpleAllocator(const SimpleAllocator &)
pointer address(reference x) const
SimpleAllocator(const SimpleAllocator< U > &)
SimpleAllocator & operator=(const SimpleAllocator< U > &)
size_type max_size() const
SimpleAllocator< T > & operator=(const SimpleAllocator &)
void deallocate(void *p, size_type)
const T & const_reference
ptrdiff_t difference_type
SimpleAllocator< U > other