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