Home
last modified time | relevance | path

Searched refs:scalable_allocator (Results 1 – 7 of 7) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h212 class scalable_allocator {
220 scalable_allocator() = default;
221 template<typename U> scalable_allocator(const scalable_allocator<U>&) noexcept {} in scalable_allocator() function
245 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;
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp188 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;
H A Dtest_malloc_regression.cpp31 tbb::scalable_allocator<char> a; in operator ()()
56 tbb::scalable_allocator<char> a; in TestBootstrapLeak()
/oneTBB/doc/main/tbb_userguide/
H A DWhich_Dynamic_Libraries_to_Use.rst7 The template ``scalable_allocator<T>`` requires the |full_name|
34 * - \ ``scalable_allocator<T>``
H A DMemory_Allocation.rst9 std::allocator. Two templates, ``scalable_allocator<T>`` and
20 Use the ``scalable_allocator<T>`` template to avoid scalability
/oneTBB/test/tbb/
H A Dtest_hw_concurrency.cpp76 tbb::scalable_allocator<std::size_t> sa;
/oneTBB/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp32 typedef oneapi::tbb::scalable_allocator<RPolygon> RPolygon_allocator;