Searched refs:default_allocator (Results 1 – 13 of 13) sorted by relevance
28 boost::default_allocator<int>::value_type); in test_value_type()30 boost::default_allocator<type>::value_type); in test_value_type()32 boost::default_allocator<int[5]>::value_type); in test_value_type()34 boost::default_allocator<void>::value_type); in test_value_type()40 boost::default_allocator<int>::pointer); in test_pointer()42 boost::default_allocator<type>::pointer); in test_pointer()44 boost::default_allocator<int[5]>::pointer); in test_pointer()46 boost::default_allocator<void>::pointer); in test_pointer()52 boost::default_allocator<int>::const_pointer); in test_const_pointer()54 boost::default_allocator<type>::const_pointer); in test_const_pointer()[all …]
42 boost::default_allocator<type> a; in test_construct()54 boost::default_allocator<type> a; in test_construct_value()68 boost::default_allocator<type> a; in test_construct_args()81 boost::default_allocator<type> a; in test_construct_n()95 boost::default_allocator<type> a; in test_construct_n_list()110 boost::default_allocator<type> a; in test_construct_n_iterator()
36 boost::default_allocator<type> a; in main()
15 : public boost::default_allocator<T> {
9 [section:default_allocator default_allocator]19 The header <boost/core/default_allocator.hpp> provides the class template20 `boost::default_allocator` to serve as a minimal default allocator that:37 class Allocator = boost::default_allocator<Key> >42 `default_allocator`.49 return allocate_shared<T>(boost::default_allocator<remove_cv_t<T> >(),62 struct default_allocator {75 typedef default_allocator<U> other;78 constexpr default_allocator() = default;81 constexpr default_allocator(const default_allocator<U>&) noexcept { }[all …]
45 [include default_allocator.qbk]
35 template<class T, class A = boost::default_allocator<T> >
53 struct default_allocator { struct66 typedef default_allocator<U> other;70 default_allocator() = default;72 BOOST_CONSTEXPR default_allocator() BOOST_NOEXCEPT { } in default_allocator() argument76 BOOST_CONSTEXPR default_allocator(const default_allocator<U>&) in default_allocator() function128 operator==(const default_allocator<T>&, in operator ==()129 const default_allocator<U>&) BOOST_NOEXCEPT in operator ==()136 operator!=(const default_allocator<T>&, in operator !=()137 const default_allocator<U>&) BOOST_NOEXCEPT in operator !=()144 using default_::default_allocator;
20 return boost::allocate_shared<T>(boost::default_allocator<typename in make_shared()28 return boost::allocate_shared<T>(boost::default_allocator<typename in make_shared()36 return boost::allocate_shared<T>(boost::default_allocator<typename in make_shared()44 return boost::allocate_shared<T>(boost::default_allocator<typename in make_shared()52 return boost::allocate_shared_noinit<T>(boost::default_allocator<typename in make_shared_noinit()60 return boost::allocate_shared_noinit<T>(boost::default_allocator<typename in make_shared_noinit()
22 return boost::allocate_local_shared<T>(boost::default_allocator<typename in make_local_shared()31 return boost::allocate_local_shared<T>(boost::default_allocator<typename in make_local_shared()40 return boost::allocate_local_shared<T>(boost::default_allocator<typename in make_local_shared()50 return boost::allocate_local_shared<T>(boost::default_allocator<typename in make_local_shared()60 default_allocator<typename detail::sp_array_element<T>::type>()); in make_local_shared_noinit()69 default_allocator<typename detail::sp_array_element<T>::type>(), size); in make_local_shared_noinit()
45 boost::default_allocator<void>, in main()51 boost::default_allocator<void>, in main()
6 core/default_allocator.html
145 static const uvwasi_mem_t default_allocator = { variable249 uvwasi->allocator = &default_allocator; in uvwasi_init()