Searched defs:rebind (Results 1 – 7 of 7) sorted by relevance
80 template<typename U> struct rebind { struct104 template<typename U> struct rebind { argument105 using other = tbb_allocator<U>;
74 template<typename U> struct rebind { struct93 template<typename U> struct rebind { argument94 using other = cache_aligned_allocator<U>;
96 template<typename U> struct rebind { struct97 typedef memory_pool_allocator<U, P> other;148 template<typename U> struct rebind { struct149 typedef memory_pool_allocator<U, P> other;
244 template<typename U> struct rebind { struct245 using other = scalable_allocator<U>;269 template<typename U> struct rebind { struct270 using other = scalable_allocator<U>;
53 struct rebind { struct54 using other = ArenaAllocator<U, POCMA, CounterType>;141 struct rebind { struct142 using other = LocalCountingAllocator<typename base_traits::template rebind_alloc<U>>; argument260 struct rebind { struct261 using other = StaticCountingAllocator<typename base_traits::template rebind_alloc<U>>; argument389 struct rebind { struct390 using other = StaticSharedCountingAllocator<typename base_traits::template rebind_alloc<U>>; argument
451 struct rebind { struct in only_node_counting_allocator452 using other = only_node_counting_allocator<typename base_traits::template rebind_alloc<U>>;
1228 struct rebind { typedef allocator<U> other; }; struct in allocator