Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 7 of 7) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dtbb_allocator.h80 template<typename U> struct rebind { struct
104 template<typename U> struct rebind { argument
105 using other = tbb_allocator<U>;
H A Dcache_aligned_allocator.h74 template<typename U> struct rebind { struct
93 template<typename U> struct rebind { argument
94 using other = cache_aligned_allocator<U>;
H A Dmemory_pool.h96 template<typename U> struct rebind { struct
97 typedef memory_pool_allocator<U, P> other;
148 template<typename U> struct rebind { struct
149 typedef memory_pool_allocator<U, P> other;
H A Dscalable_allocator.h244 template<typename U> struct rebind { struct
245 using other = scalable_allocator<U>;
269 template<typename U> struct rebind { struct
270 using other = scalable_allocator<U>;
/oneTBB/test/common/
H A Dcustom_allocators.h53 struct rebind { struct
54 using other = ArenaAllocator<U, POCMA, CounterType>;
141 struct rebind { struct
142 using other = LocalCountingAllocator<typename base_traits::template rebind_alloc<U>>; argument
260 struct rebind { struct
261 using other = StaticCountingAllocator<typename base_traits::template rebind_alloc<U>>; argument
389 struct rebind { struct
390 using other = StaticSharedCountingAllocator<typename base_traits::template rebind_alloc<U>>; argument
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp451 struct rebind { struct in only_node_counting_allocator
452 using other = only_node_counting_allocator<typename base_traits::template rebind_alloc<U>>;
H A Dconformance_concurrent_queue.cpp1228 struct rebind { typedef allocator<U> other; }; struct in allocator