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

/freebsd-10-stable/contrib/libstdc++/config/allocator/
H A Dnew_allocator_base.h38 // Define new_allocator as the base class to std::allocator.
39 #include <ext/new_allocator.h>
40 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dnew_allocator.h30 /** @file ext/new_allocator.h
53 class new_allocator class
66 { typedef new_allocator<_Tp1> other; };
68 new_allocator() throw() { } function in class:new_allocator
70 new_allocator(const new_allocator&) throw() { } argument
73 new_allocator(const new_allocator<_Tp1>&) throw() { } argument
75 ~new_allocator() throw() { }
115 operator==(const new_allocator<_T argument
120 operator !=(const new_allocator<_Tp>&, const new_allocator<_Tp>&) argument
[all...]
/freebsd-10-stable/contrib/libstdc++/include/precompiled/
H A Dextc++.h48 #include <ext/new_allocator.h>
/freebsd-10-stable/contrib/apr/memory/unix/
H A Dapr_pools.c125 apr_allocator_t *new_allocator; local
129 if ((new_allocator = malloc(SIZEOF_ALLOCATOR_T)) == NULL)
132 memset(new_allocator, 0, SIZEOF_ALLOCATOR_T);
133 new_allocator->max_free_index = APR_ALLOCATOR_MAX_FREE_UNLIMITED;
135 *allocator = new_allocator;
/freebsd-10-stable/gnu/lib/libstdc++/
H A DMakefile148 malloc_allocator.h memory mt_allocator.h new_allocator.h \
/freebsd-10-stable/contrib/libstdc++/include/
H A DMakefile.am536 ${ext_srcdir}/new_allocator.h \
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure6579 ALLOCATOR_NAME=__gnu_cxx::new_allocator
[all...]

Completed in 169 milliseconds