Symbol: __allocator
headers/cpp/stl_alloc.h
1009
typedef __allocator<_Tp, debug_alloc<_Alloc> > allocator_type;
headers/cpp/stl_alloc.h
1017
__allocator<_Tp1, __malloc_alloc_template<__inst> > >
headers/cpp/stl_alloc.h
1021
typedef __allocator<_Tp, __malloc_alloc_template<__inst> > allocator_type;
headers/cpp/stl_alloc.h
1027
__allocator<_Tp1,
headers/cpp/stl_alloc.h
1033
typedef __allocator<_Tp, __default_alloc_template<__thr,__inst> >
headers/cpp/stl_alloc.h
1039
struct _Alloc_traits<_Tp, __allocator<_Tp1, debug_alloc<_Alloc> > >
headers/cpp/stl_alloc.h
1043
typedef __allocator<_Tp, debug_alloc<_Alloc> > allocator_type;
headers/cpp/stl_alloc.h
820
typedef __allocator<_Tp1, _Alloc> other;
headers/cpp/stl_alloc.h
823
__allocator() __STL_NOTHROW {}
headers/cpp/stl_alloc.h
824
__allocator(const __allocator& __a) __STL_NOTHROW
headers/cpp/stl_alloc.h
827
__allocator(const __allocator<_Tp1, _Alloc>& __a) __STL_NOTHROW
headers/cpp/stl_alloc.h
829
~__allocator() __STL_NOTHROW {}
headers/cpp/stl_alloc.h
853
class __allocator<void, _Alloc> {
headers/cpp/stl_alloc.h
861
typedef __allocator<_Tp1, _Alloc> other;
headers/cpp/stl_alloc.h
866
inline bool operator==(const __allocator<_Tp, _Alloc>& __a1,
headers/cpp/stl_alloc.h
867
const __allocator<_Tp, _Alloc>& __a2)
headers/cpp/stl_alloc.h
874
inline bool operator!=(const __allocator<_Tp, _Alloc>& __a1,
headers/cpp/stl_alloc.h
875
const __allocator<_Tp, _Alloc>& __a2)
headers/cpp/stl_alloc.h
989
typedef __allocator<_Tp, __malloc_alloc_template<__inst> > allocator_type;
headers/cpp/stl_alloc.h
999
typedef __allocator<_Tp, __default_alloc_template<__threads, __inst> >