Searched defs:allocator_traits (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/container/ |
D | allocator_traits.hpp | 131 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/ |
D | allocator_traits.hpp | 55 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/ |
D | allocator.hpp | 30 using allocator_traits = boost::container::allocator_traits<Alloc>; typedef
|
/third_party/boost/boost/fiber/future/detail/ |
D | task_object.hpp | 37 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/ |
D | implementation.hpp | 1235 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/ |
D | segment.hpp | 265 using allocator_traits=std::allocator_traits<Allocator>; typedef in boost::poly_collection::detail::segment
|
/third_party/boost/boost/lockfree/ |
D | spsc_queue.hpp | 530 typedef std::allocator_traits<Alloc> allocator_traits; typedef in boost::lockfree::detail::runtime_sized_ringbuffer
|