Home
last modified time | relevance | path

Searched refs:base_traits (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h106 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
426 base_traits::construct(*this, ptr, std::forward<Args>(args)...); in construct()
[all …]
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp448 using base_traits = oneapi::tbb::detail::allocator_traits<base_alloc_type>; typedef in only_node_counting_allocator
452 using other = only_node_counting_allocator<typename base_traits::template rebind_alloc<U>>;