Searched refs:malloc_allocator (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Dexplicit_instantiation.cc25 #include <ext/malloc_allocator.h>
27 template class __gnu_cxx::malloc_allocator<int>; member in class:__gnu_cxx
H A Dcheck_delete.cc23 #include <ext/malloc_allocator.h>
28 typedef __gnu_cxx::malloc_allocator<unsigned int> allocator_type;
H A Dcheck_new.cc23 #include <ext/malloc_allocator.h>
28 typedef __gnu_cxx::malloc_allocator<unsigned int> allocator_type;
H A Dcheck_allocate_max_size.cc21 #include <ext/malloc_allocator.h>
27 typedef __gnu_cxx::malloc_allocator<value_type> allocator_type;
H A Dcheck_deallocate_null.cc21 #include <ext/malloc_allocator.h>
27 typedef __gnu_cxx::malloc_allocator<value_type> allocator_type;
H A Ddeallocate_global.cc21 #include <ext/malloc_allocator.h>
26 typedef __gnu_cxx::malloc_allocator<char_t> allocator_t;
H A Ddeallocate_local.cc20 #include <ext/malloc_allocator.h>
25 typedef __gnu_cxx::malloc_allocator<char_t> allocator_t;
H A Dvariadic_construct.cc22 #include <ext/malloc_allocator.h>
30 __gnu_cxx::malloc_allocator<pair_type> alloc1;
/haiku-buildtools/gcc/libstdc++-v3/config/allocator/
H A Dmalloc_allocator_base.h33 #include <ext/malloc_allocator.h>
43 * __gnu_cxx::malloc_allocator.
48 using __allocator_base = __gnu_cxx::malloc_allocator<_Tp>;
51 // Define malloc_allocator as the base class to std::allocator.
52 # define __allocator_base __gnu_cxx::malloc_allocator
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/debug_allocator/
H A Dexplicit_instantiation.cc26 #include <ext/malloc_allocator.h>
28 template class __gnu_cxx::debug_allocator<__gnu_cxx::malloc_allocator<int> >;
H A Dcheck_delete.cc24 #include <ext/malloc_allocator.h>
30 typedef debug_allocator<malloc_allocator<unsigned int> > allocator_type;
H A Dcheck_new.cc24 #include <ext/malloc_allocator.h>
30 typedef debug_allocator<malloc_allocator<unsigned int> > allocator_type;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dmalloc_allocator.h25 /** @file ext/malloc_allocator.h
56 class malloc_allocator class
69 { typedef malloc_allocator<_Tp1> other; };
77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
82 malloc_allocator(const malloc_allocator<_Tp1>&)
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
141 operator==(const malloc_allocator<_T argument
146 operator !=(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&) argument
[all...]
H A Dalloc_traits.h65 template<typename> struct malloc_allocator;
68 struct __allocator_always_compares_equal<malloc_allocator<_Tp>>
/haiku-buildtools/gcc/libstdc++-v3/include/precompiled/
H A Dextc++.h43 #include <ext/malloc_allocator.h>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/
H A Dheaders.cc40 #include <ext/malloc_allocator.h>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_common_types.h28 #include <ext/malloc_allocator.h>
64 typedef __gnu_cxx::malloc_allocator<Tp> a2;
/haiku-buildtools/gcc/libstdc++-v3/include/
H A DMakefile.am528 ${ext_srcdir}/malloc_allocator.h \
H A DMakefile.in816 ${ext_srcdir}/malloc_allocator.h \
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure16355 ALLOCATOR_NAME=__gnu_cxx::malloc_allocator
[all...]

Completed in 207 milliseconds