Lines Matching refs:base_traits
106 using base_traits = tbb::detail::allocator_traits<base_type>; variable
142 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>; variable
261 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>; variable
390 using other = StaticSharedCountingAllocator<typename base_traits::template rebind_alloc<U>>;
426 base_traits::construct(*this, ptr, std::forward<Args>(args)...); in construct()
432 base_traits::destroy(*this, ptr); in destroy()