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

/freebsd-11-stable/contrib/libstdc++/config/allocator/
H A Dmalloc_allocator_base.h39 #include <ext/malloc_allocator.h>
40 #define __glibcxx_base_allocator __gnu_cxx::malloc_allocator
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dmalloc_allocator.h30 /** @file ext/malloc_allocator.h
54 class malloc_allocator class
67 { typedef malloc_allocator<_Tp1> other; };
69 malloc_allocator() throw() { } function in class:malloc_allocator
71 malloc_allocator(const malloc_allocator&) throw() { } argument
74 malloc_allocator(const malloc_allocator<_Tp1>&) throw() { } argument
76 ~malloc_allocator() throw() { }
119 operator==(const malloc_allocator<_T argument
124 operator !=(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dextc++.h45 #include <ext/malloc_allocator.h>
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile145 malloc_allocator.h memory mt_allocator.h new_allocator.h \
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am533 ${ext_srcdir}/malloc_allocator.h \
H A DMakefile.in755 ${ext_srcdir}/malloc_allocator.h \
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure6571 ALLOCATOR_NAME=__gnu_cxx::malloc_allocator
[all...]

Completed in 211 milliseconds