Home
last modified time | relevance | path

Searched refs:debug_allocator (Results 1 – 25 of 26) sorted by relevance

12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Ddebug_allocator.h62 class debug_allocator in _GLIBCXX_VISIBILITY()
64 template<typename> friend class debug_allocator; in _GLIBCXX_VISIBILITY() local
83 typedef debug_allocator<__other> other; in _GLIBCXX_VISIBILITY()
111 debug_allocator() : _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
114 debug_allocator(const debug_allocator<_Alloc2>& __a2, in _GLIBCXX_VISIBILITY()
118 debug_allocator(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
179 operator==(const debug_allocator& __lhs, in _GLIBCXX_VISIBILITY()
180 const debug_allocator<_Alloc2>& __rhs) _GLIBCXX_NOTHROW in _GLIBCXX_VISIBILITY()
181 { return __lhs._M_allocator == debug_allocator(__rhs)._M_allocator; } in _GLIBCXX_VISIBILITY()
185 operator!=(const debug_allocator& __lhs, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Ddebug_allocator.h60 class debug_allocator in _GLIBCXX_VISIBILITY()
62 template<typename> friend class debug_allocator; in _GLIBCXX_VISIBILITY() local
81 typedef debug_allocator<__other> other; in _GLIBCXX_VISIBILITY()
110 debug_allocator() : _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
113 debug_allocator(const debug_allocator<_Alloc2>& __a2, in _GLIBCXX_VISIBILITY()
117 debug_allocator(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
178 operator==(const debug_allocator& __lhs, in _GLIBCXX_VISIBILITY()
179 const debug_allocator<_Alloc2>& __rhs) _GLIBCXX_NOTHROW in _GLIBCXX_VISIBILITY()
180 { return __lhs._M_allocator == debug_allocator(__rhs)._M_allocator; } in _GLIBCXX_VISIBILITY()
185 operator!=(const debug_allocator& __lhs, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Ddebug_allocator.h60 class debug_allocator in _GLIBCXX_VISIBILITY()
62 template<typename> friend class debug_allocator; in _GLIBCXX_VISIBILITY() local
81 typedef debug_allocator<__other> other; in _GLIBCXX_VISIBILITY()
110 debug_allocator() : _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
113 debug_allocator(const debug_allocator<_Alloc2>& __a2, in _GLIBCXX_VISIBILITY()
117 debug_allocator(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
178 operator==(const debug_allocator& __lhs, in _GLIBCXX_VISIBILITY()
179 const debug_allocator<_Alloc2>& __rhs) _GLIBCXX_NOTHROW in _GLIBCXX_VISIBILITY()
180 { return __lhs._M_allocator == debug_allocator(__rhs)._M_allocator; } in _GLIBCXX_VISIBILITY()
185 operator!=(const debug_allocator& __lhs, in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Ddebug_allocator.h62 class debug_allocator in _GLIBCXX_VISIBILITY()
64 template<typename> friend class debug_allocator; in _GLIBCXX_VISIBILITY() local
83 typedef debug_allocator<__other> other; in _GLIBCXX_VISIBILITY()
111 debug_allocator() : _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
114 debug_allocator(const debug_allocator<_Alloc2>& __a2, in _GLIBCXX_VISIBILITY()
118 debug_allocator(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
178 operator==(const debug_allocator& __lhs, const debug_allocator& __rhs) in _GLIBCXX_VISIBILITY()
184 operator!=(const debug_allocator<_Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
185 const debug_allocator<_Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Ddebug_allocator.h62 class debug_allocator in _GLIBCXX_VISIBILITY()
64 template<typename> friend class debug_allocator; in _GLIBCXX_VISIBILITY() local
83 typedef debug_allocator<__other> other; in _GLIBCXX_VISIBILITY()
111 debug_allocator() : _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
114 debug_allocator(const debug_allocator<_Alloc2>& __a2, in _GLIBCXX_VISIBILITY()
118 debug_allocator(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
178 operator==(const debug_allocator& __lhs, const debug_allocator& __rhs) in _GLIBCXX_VISIBILITY()
184 operator!=(const debug_allocator<_Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
185 const debug_allocator<_Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Ddebug_allocator.h62 class debug_allocator in _GLIBCXX_VISIBILITY()
64 template<typename> friend class debug_allocator; in _GLIBCXX_VISIBILITY() local
83 typedef debug_allocator<__other> other; in _GLIBCXX_VISIBILITY()
111 debug_allocator() : _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
114 debug_allocator(const debug_allocator<_Alloc2>& __a2, in _GLIBCXX_VISIBILITY()
118 debug_allocator(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
178 operator==(const debug_allocator& __lhs, const debug_allocator& __rhs) in _GLIBCXX_VISIBILITY()
184 operator!=(const debug_allocator<_Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
185 const debug_allocator<_Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Ddebug_allocator.h62 class debug_allocator in _GLIBCXX_VISIBILITY()
64 template<typename> friend class debug_allocator; in _GLIBCXX_VISIBILITY() local
83 typedef debug_allocator<__other> other; in _GLIBCXX_VISIBILITY()
111 debug_allocator() : _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
114 debug_allocator(const debug_allocator<_Alloc2>& __a2, in _GLIBCXX_VISIBILITY()
118 debug_allocator(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
178 operator==(const debug_allocator& __lhs, const debug_allocator& __rhs) in _GLIBCXX_VISIBILITY()
184 operator!=(const debug_allocator<_Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
185 const debug_allocator<_Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Ddebug_allocator.h62 class debug_allocator in _GLIBCXX_VISIBILITY()
64 template<typename> friend class debug_allocator; in _GLIBCXX_VISIBILITY() local
83 typedef debug_allocator<__other> other; in _GLIBCXX_VISIBILITY()
111 debug_allocator() : _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
114 debug_allocator(const debug_allocator<_Alloc2>& __a2, in _GLIBCXX_VISIBILITY()
118 debug_allocator(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
178 operator==(const debug_allocator& __lhs, const debug_allocator& __rhs) in _GLIBCXX_VISIBILITY()
184 operator!=(const debug_allocator<_Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
185 const debug_allocator<_Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/
A DMakefile.am514 ${ext_srcdir}/debug_allocator.h \
A DMakefile.in779 ${ext_srcdir}/debug_allocator.h \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/
A DMakefile.am523 ${ext_srcdir}/debug_allocator.h \
A DMakefile.in811 ${ext_srcdir}/debug_allocator.h \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/
A DMakefile.am521 ${ext_srcdir}/debug_allocator.h \
A DMakefile.in809 ${ext_srcdir}/debug_allocator.h \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/
A DMakefile.am540 ${ext_srcdir}/debug_allocator.h \
A DMakefile.in833 ${ext_srcdir}/debug_allocator.h \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/
A DMakefile.am534 ${ext_srcdir}/debug_allocator.h \
A DMakefile.in825 ${ext_srcdir}/debug_allocator.h \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/
A DMakefile.am572 ${ext_srcdir}/debug_allocator.h \
A DMakefile.in915 ${ext_srcdir}/debug_allocator.h \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/
A DMakefile.am599 ${ext_srcdir}/debug_allocator.h \
A DMakefile.in948 ${ext_srcdir}/debug_allocator.h \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/
A DMakefile.am584 ${ext_srcdir}/debug_allocator.h \
A DMakefile.in928 ${ext_srcdir}/debug_allocator.h \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog4508 * include/ext/debug_allocator.h: Likewise.

Completed in 73 milliseconds

12