Searched refs:bucket_allocator_type (Results 1 – 1 of 1) sorted by relevance
100 using bucket_allocator_type = typename allocator_traits_type::template rebind_alloc<bucket>; variable101 using bucket_allocator_traits = tbb::detail::allocator_traits<bucket_allocator_type>;172 const bucket_allocator_type& get_allocator() const { in get_allocator()176 bucket_allocator_type& get_allocator() { in get_allocator()355 bucket_allocator_type my_allocator;637 using bucket_allocator_type = typename base_type::bucket_allocator_type; in __TBB_requires() local662 static node* create_node(bucket_allocator_type& allocator, Args&&... args) { in __TBB_requires()676 …static node* allocate_node_copy_construct(bucket_allocator_type& allocator, const Key &key, const … in __TBB_requires()680 …static node* allocate_node_move_construct(bucket_allocator_type& allocator, const Key &key, const … in __TBB_requires()685 …static node* allocate_node_default_construct(bucket_allocator_type& allocator, const K &key, const… in __TBB_requires()[all …]