Home
last modified time | relevance | path

Searched defs:allocator_traits (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/container/
Dallocator_traits.hpp131 struct allocator_traits struct
134 typedef Allocator allocator_type;
136 typedef typename allocator_type::value_type value_type;
141 typedef unspecified pointer;
144 typedef see_documentation const_pointer;
147 typedef see_documentation reference;
150 typedef see_documentation const_reference;
153 typedef see_documentation void_pointer;
156 typedef see_documentation const_void_pointer;
159 typedef see_documentation difference_type;
[all …]
/third_party/boost/boost/multi_index/detail/
Dallocator_traits.hpp55 struct allocator_traits:std::allocator_traits<Allocator> struct
59 typedef std::allocator_traits<Allocator> super;
63 typedef allocator_is_always_equal<Allocator> is_always_equal;
66 struct rebind_alloc
72 struct rebind_traits
/third_party/boost/boost/beast/core/detail/
Dallocator.hpp30 using allocator_traits = boost::container::allocator_traits<Alloc>; typedef
/third_party/boost/boost/fiber/future/detail/
Dtask_object.hpp37 typedef std::allocator_traits< Allocator > allocator_traits; typedef in boost::fibers::detail::task_object
112 typedef std::allocator_traits< Allocator > allocator_traits; typedef in boost::fibers::detail::task_object
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1235 template <typename Alloc> struct allocator_traits struct
1237 typedef Alloc allocator_type;
1238 typedef typename Alloc::value_type value_type;
1241 Alloc, pointer, value_type*) pointer;
1244 struct pointer_to_other : boost::pointer_to_other<pointer, T>
1271 boost::unordered::detail::allocator_traits<rebind_alloc<T> >;
1274 static pointer allocate(Alloc& a, size_type n) { return a.allocate(n); } in allocate()
1282 static void deallocate(Alloc& a, pointer p, size_type n) in deallocate()
1294 construct(Alloc& a, T* p, BOOST_FWD_REF(Args)... x) in construct()
1303 construct(Alloc&, T* p, BOOST_FWD_REF(Args)... x) in construct()
[all …]
/third_party/boost/boost/poly_collection/detail/
Dsegment.hpp265 using allocator_traits=std::allocator_traits<Allocator>; typedef in boost::poly_collection::detail::segment
/third_party/boost/boost/lockfree/
Dspsc_queue.hpp530 typedef std::allocator_traits<Alloc> allocator_traits; typedef in boost::lockfree::detail::runtime_sized_ringbuffer