Searched refs:container_allocator_type (Results 1 – 2 of 2) sorted by relevance
61 using container_allocator_type = Allocator; variable66 using allocator_traits = tbb::detail::allocator_traits<container_allocator_type>;91 static skip_list_node* create( container_allocator_type& alloc, size_type height ) { in create()107 static void destroy( container_allocator_type& alloc, skip_list_node* node ) { in destroy()
1553 using container_allocator_type = std::allocator<Container>;1554 using alloc_traits = std::allocator_traits<container_allocator_type>;1555 container_allocator_type container_allocator;