Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 9 of 9) sorted by relevance

/oneTBB/test/common/
H A Dallocator_test_common.h156 …typedef typename A::template rebind<std::pair<typename A::value_type, typename A::value_type> >::o… in TestBrokenAllocator()
284 using AllocatorFooChar = typename Allocator::template rebind<FooChar>::other;
285 using AllocatorFooDouble = typename Allocator::template rebind<FooDouble>::other;
286 using AllocatorFooInt = typename AllocatorFooChar::template rebind<FooInt>::other;
287 using AllocatorFooFloat = typename AllocatorFooDouble::template rebind<FooFloat>::other;
H A Dcustom_allocators.h53 struct rebind { struct
141 struct rebind { struct
260 struct rebind { struct
389 struct rebind { struct
516 struct rebind {
600 struct rebind {
622 struct rebind {
/oneTBB/include/oneapi/tbb/
H A Dtbb_allocator.h80 template<typename U> struct rebind { struct
104 template<typename U> struct rebind { argument
H A Dcache_aligned_allocator.h74 template<typename U> struct rebind { struct
93 template<typename U> struct rebind { struct
H A Dscalable_allocator.h244 template<typename U> struct rebind { struct
269 template<typename U> struct rebind { struct
H A Dmemory_pool.h96 template<typename U> struct rebind { struct
148 template<typename U> struct rebind { struct
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmemory_pool_allocator_cls.rst50 template<typename U> struct rebind {
73 template<typename U> struct rebind {
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp451 struct rebind { struct in only_node_counting_allocator
H A Dconformance_concurrent_queue.cpp1228 struct rebind { typedef allocator<U> other; }; argument