_Alloc_type
typedef simple_alloc<_Tp, debug_alloc<_Alloc> > _Alloc_type;
typedef simple_alloc<_Tp, __malloc_alloc_template<__inst> > _Alloc_type;
_Alloc_type;
typedef simple_alloc<_Tp, debug_alloc<_Alloc> > _Alloc_type;
typedef simple_alloc<_Tp, alloc> _Alloc_type;
typedef simple_alloc<_Tp, __malloc_alloc_template<__inst> > _Alloc_type;
_Alloc_type;
_Alloc_type;
typedef simple_alloc<unsigned int, _Alloc> _Alloc_type;
_Alloc_type;
typedef simple_alloc<_List_node<_Tp>, _Alloc> _Alloc_type;
_Alloc_type;
typedef simple_alloc<_Slist_node<_Tp>, _Alloc> _Alloc_type;
_Alloc_type;
typedef simple_alloc<_Rb_tree_node<_Tp>, _Alloc> _Alloc_type;
typedef typename _Alloc_traits<_Tp, _Allocator>::_Alloc_type _Alloc_type;