Home
last modified time | relevance | path

Searched refs:node_allocator (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/boost/geometry/index/detail/rtree/node/
Dvariant_static.hpp125 : node_allocator_type(boost::move(a.node_allocator())) in allocators()
130 node_allocator() = boost::move(a.node_allocator()); in operator =()
137 node_allocator() = a.node_allocator(); in operator =()
144 boost::swap(node_allocator(), a.node_allocator()); in swap()
147 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==()
149 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==()
151 Allocator allocator() const { return Allocator(node_allocator()); } in allocator()
153 node_allocator_type & node_allocator() { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
154 node_allocator_type const& node_allocator() const { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
Dvariant_dynamic.hpp156 : node_allocator_type(boost::move(a.node_allocator())) in allocators()
161 node_allocator() = boost::move(a.node_allocator()); in operator =()
168 node_allocator() = a.node_allocator(); in operator =()
175 boost::swap(node_allocator(), a.node_allocator()); in swap()
178 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==()
180 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==()
182 Allocator allocator() const { return Allocator(node_allocator()); } in allocator()
184 node_allocator_type & node_allocator() { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
185 node_allocator_type const& node_allocator() const { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
242 >::apply(allocators.node_allocator()); in apply()
[all …]
/third_party/boost/boost/interprocess/allocators/
Dnode_allocator.hpp244 class node_allocator class
259 typedef boost::interprocess::version_type<node_allocator, 2> version;
264 typedef node_allocator<T2, SegmentManager, NodesPerBlock> other;
267 node_allocator(SegmentManager *segment_mngr) in node_allocator() function in boost::interprocess::node_allocator
272 node_allocator in node_allocator() function in boost::interprocess::node_allocator
273 (const node_allocator<T2, SegmentManager, NodesPerBlock> &other) in node_allocator()
296 typedef node_allocator<T2, SegmentManager, NodesPerBlock> other;
303 node_allocator& operator=
304 (const node_allocator<T2, SegmentManager2, N2>&);
314 node_allocator(segment_manager *segment_mngr);
[all …]
/third_party/boost/boost/container/
Dnode_allocator.hpp57 class node_allocator class
64 typedef node_allocator<T, NodesPerBlock, Version> self_t;
99 typedef node_allocator< T2, NodesPerBlock
110 node_allocator& operator=
111 (const node_allocator<T2, N2>&);
117 node_allocator() BOOST_NOEXCEPT_OR_NOTHROW in node_allocator() function in boost::container::node_allocator
121 node_allocator(const node_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in node_allocator() function in boost::container::node_allocator
126 node_allocator in node_allocator() function in boost::container::node_allocator
127 (const node_allocator<T2, NodesPerBlock in node_allocator()
135 ~node_allocator() BOOST_NOEXCEPT_OR_NOTHROW in ~node_allocator()
[all …]
Dcontainer_fwd.hpp301 class node_allocator;
/third_party/boost/libs/geometry/index/test/rtree/exceptions/
Dtest_throwing_node.hpp223 : node_allocator_type(boost::move(a.node_allocator())) in allocators()
228 node_allocator() = boost::move(a.node_allocator()); in operator =()
235 node_allocator() = a.node_allocator(); in operator =()
242 boost::swap(node_allocator(), a.node_allocator()); in swap()
245 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==()
247 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==()
249 Allocator allocator() const { return Allocator(node_allocator()); } in allocator()
251 node_allocator_type & node_allocator() { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
252 node_allocator_type const& node_allocator() const { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
295 >::apply(allocators.node_allocator()); in apply()
[all …]
/third_party/boost/libs/interprocess/test/
Dnode_allocator_test.cpp25 typedef node_allocator
34 template class node_allocator<int, managed_shared_memory::segment_manager>; variable
35 template class node_allocator<void, managed_shared_memory::segment_manager>; variable
Duser_buffer_test.cpp35 typedef node_allocator
37 typedef node_allocator
Dmessage_queue_test.cpp121 typedef node_allocator<MyPair, managed_external_buffer::segment_manager> in test_serialize_db()
/third_party/boost/boost/lockfree/
Dqueue.hpp139 typedef typename detail::extract_allocator<bound_args, node>::type node_allocator; typedef in boost::lockfree::queue
140 …typedef typename detail::select_freelist<node, node_allocator, compile_time_sized, fixed_sized, ca…
154 typedef node_allocator allocator;
188 pool(node_allocator(), capacity) in queue()
201 explicit queue(typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in queue() argument
234 pool(node_allocator(), n + 1) in queue()
249 queue(size_type n, typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in queue() argument
Dstack.hpp98 typedef typename detail::extract_allocator<bound_args, node>::type node_allocator; typedef in boost::lockfree::stack
99 …typedef typename detail::select_freelist<node, node_allocator, compile_time_sized, fixed_sized, ca…
110 typedef node_allocator allocator;
143 pool(node_allocator(), capacity) in stack()
156 explicit stack(typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in stack() argument
183 pool(node_allocator(), n) in stack()
198 stack(size_type n, typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in stack() argument
/third_party/boost/boost/multi_index/detail/
Dnode_handle.hpp191 >::type node_allocator; in delete_node() typedef
192 typedef detail::allocator_traits<node_allocator> node_alloc_traits; in delete_node()
196 node_allocator nal(*allocator_ptr()); in delete_node()
Dseq_index_node.hpp34 >::type node_allocator; typedef
35 typedef allocator_traits<node_allocator> alloc_traits;
Drnd_index_node.hpp35 >::type node_allocator; typedef
36 typedef allocator_traits<node_allocator> node_alloc_traits;
/third_party/boost/libs/log/src/
Dattribute_set_impl.hpp163 typedef pool_allocator< node > node_allocator; typedef
210 explicit disposer(node_allocator& alloc) : m_Allocator(alloc) in disposer()
220 node_allocator& m_Allocator;
227 node_allocator m_Allocator;
/third_party/boost/libs/container/bench/
Dbench_adaptive_node_pool.cpp66 typedef bc::node_allocator
70 typedef bc::node_allocator
83 template class bc::node_allocator member in bc
/third_party/boost/libs/container/test/
Dexplicit_inst_stable_vector_test.cpp35 , node_allocator<test::movable_and_copyable_int> >;
Dexplicit_inst_slist_test.cpp37 , node_allocator<test::movable_and_copyable_int> >;
Dstable_vector_test.cpp130 if(test_cont_variants< node_allocator<void> >()){ in main()
Dslist_test.cpp171 if (test::list_test<slist<int, node_allocator<int> >, false>()) in main()
/third_party/boost/libs/interprocess/example/
Ddoc_node_allocator.cpp60 typedef node_allocator<int, managed_shared_memory::segment_manager> in main()
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1936 typedef NodeAlloc node_allocator; typedef
1943 node_allocator& alloc_;
1946 node_constructor(node_allocator& n) : alloc_(n), node_() {} in node_constructor()
2479 typedef NodeAlloc node_allocator; typedef
2929 node>::type node_allocator; typedef
2932 typedef boost::unordered::detail::allocator_traits<node_allocator>
2940 typedef boost::unordered::detail::node_constructor<node_allocator>
2942 typedef boost::unordered::detail::node_tmp<node_allocator> node_tmp;
2949 boost::unordered::detail::compressed<bucket_allocator, node_allocator>
3007 node_allocator const& node_alloc() const in node_alloc()
[all …]
/third_party/node/src/
Dallocated_buffer-inl.h26 : node_allocator_(isolate_data->node_allocator()) { in NoArrayBufferZeroFillScope()
Denv.cc191 ArrayBufferAllocator* node_allocator, in IsolateData() argument
195 node_allocator_(node_allocator == nullptr ? nullptr in IsolateData()
196 : node_allocator->GetImpl()), in IsolateData()
/third_party/boost/boost/interprocess/
Dinterprocess_fwd.hpp217 class node_allocator;

12