Home
last modified time | relevance | path

Searched refs:default_allocator (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/core/test/
Ddefault_allocator_test.cpp28 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 …]
Dalloc_construct_test.cpp42 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()
Dalloc_construct_throws_test.cpp36 boost::default_allocator<type> a; in main()
Dnoinit_adaptor_test.cpp15 : public boost::default_allocator<T> {
/third_party/boost/libs/core/doc/
Ddefault_allocator.qbk9 [section:default_allocator default_allocator]
19 The header <boost/core/default_allocator.hpp> provides the class template
20 `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 …]
Dcore.qbk45 [include default_allocator.qbk]
Dallocator_access.qbk35 template<class T, class A = boost::default_allocator<T> >
/third_party/boost/boost/core/
Ddefault_allocator.hpp53 struct default_allocator { struct
66 typedef default_allocator<U> other;
70 default_allocator() = default;
72 BOOST_CONSTEXPR default_allocator() BOOST_NOEXCEPT { } in default_allocator() argument
76 BOOST_CONSTEXPR default_allocator(const default_allocator<U>&) in default_allocator() function
128 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;
/third_party/boost/boost/smart_ptr/
Dmake_shared_array.hpp20 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()
Dmake_local_shared_array.hpp22 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()
/third_party/boost/libs/functional/factory/test/
Dfactory_default_allocator.cpp45 boost::default_allocator<void>, in main()
51 boost::default_allocator<void>, in main()
/third_party/boost/libs/core/doc/html/
Dstandalone_HTML.manifest6 core/default_allocator.html
/third_party/node/deps/uvwasi/src/
Duvwasi.c145 static const uvwasi_mem_t default_allocator = { variable
249 uvwasi->allocator = &default_allocator; in uvwasi_init()