Searched refs:base_traits (Results 1 – 2 of 2) sorted by relevance
106 using base_traits = tbb::detail::allocator_traits<base_type>; variable142 using other = LocalCountingAllocator<typename base_traits::template rebind_alloc<U>>;179 base_traits::construct(*this, ptr, std::forward<Args>(args)...); in construct()185 base_traits::destroy(*this, ptr); in destroy()243 using base_traits = tbb::detail::allocator_traits<BaseAllocatorType>; variable261 using other = StaticCountingAllocator<typename base_traits::template rebind_alloc<U>>;291 base_traits::construct(*this, ptr, std::forward<Args>(args)...); in construct()297 base_traits::destroy(*this, ptr); in destroy()383 using base_traits = tbb::detail::allocator_traits<BaseAllocatorType>; variable426 base_traits::construct(*this, ptr, std::forward<Args>(args)...); in construct()[all …]
448 using base_traits = oneapi::tbb::detail::allocator_traits<base_alloc_type>; typedef in only_node_counting_allocator452 using other = only_node_counting_allocator<typename base_traits::template rebind_alloc<U>>;