Searched refs:scalable_allocator (Results 1 – 7 of 7) sorted by relevance
212 class scalable_allocator {220 scalable_allocator() = default;221 template<typename U> scalable_allocator(const scalable_allocator<U>&) noexcept {} in scalable_allocator() function245 using other = scalable_allocator<U>;264 class scalable_allocator<void> {270 using other = scalable_allocator<U>;276 inline bool operator==(const scalable_allocator<T>&, const scalable_allocator<U>&) noexcept { retur…280 inline bool operator!=(const scalable_allocator<T>&, const scalable_allocator<U>&) noexcept { retur…325 using detail::d1::scalable_allocator;
188 TestAllocator<tbb::scalable_allocator<void>>(Concept);190 tbb::memory_pool<tbb::scalable_allocator<int>> pool;234 tbb::memory_pool<tbb::scalable_allocator<int>> mpool;242 TestAllocator<tbb::scalable_allocator<void>>(Comparison);252 TestAllocator<tbb::scalable_allocator<void>>(Exceptions);259 TestAllocator<tbb::scalable_allocator<void>>(ThreadSafety);278 TestAllocator<tbb::scalable_allocator<void>>(Broken);280 tbb::memory_pool<tbb::scalable_allocator<int>> mpool; 289 TestAllocatorWithSTL<tbb::scalable_allocator<void> >();290 tbb::memory_pool<tbb::scalable_allocator<int> > mpool;
31 tbb::scalable_allocator<char> a; in operator ()()56 tbb::scalable_allocator<char> a; in TestBootstrapLeak()
7 The template ``scalable_allocator<T>`` requires the |full_name| 34 * - \ ``scalable_allocator<T>``
9 std::allocator. Two templates, ``scalable_allocator<T>`` and20 Use the ``scalable_allocator<T>`` template to avoid scalability
76 tbb::scalable_allocator<std::size_t> sa;
32 typedef oneapi::tbb::scalable_allocator<RPolygon> RPolygon_allocator;