Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h378 class StaticSharedCountingAllocator
390 using other = StaticSharedCountingAllocator<typename base_traits::template rebind_alloc<U>>;
393 StaticSharedCountingAllocator() = default;
394 StaticSharedCountingAllocator( const StaticSharedCountingAllocator& ) = default;
395 StaticSharedCountingAllocator& operator=( const StaticSharedCountingAllocator& ) = default;
398StaticSharedCountingAllocator( const StaticSharedCountingAllocator<U>& other) : alloc_base_type(ot… in StaticSharedCountingAllocator() function
402 StaticSharedCountingAllocator( const Alloc& src ) noexcept in StaticSharedCountingAllocator() function
H A Dcontainer_move_support.h572 …using allocator_type = StaticSharedCountingAllocator<typename allocator_fixture_type::allocator_ty…
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp589 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>;
606 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>;
636 using allocator_type = StaticSharedCountingAllocator<std::allocator<double>>;
H A Dtest_concurrent_unordered_map.cpp229 using allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const int, int>>>;
H A Dtest_concurrent_queue.cpp171 using allocator_type = StaticSharedCountingAllocator<std::allocator<int>>;
H A Dtest_concurrent_hash_map.cpp771 using allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const int, int>>>;
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp33 using test_allocator = StaticSharedCountingAllocator<oneapi::tbb::cache_aligned_allocator<T>>;
924 …using allocator_t = StaticSharedCountingAllocator<oneapi::tbb::cache_aligned_allocator<std::size_t… in TestExceptions()
925 …using allocator_char_t = StaticSharedCountingAllocator<oneapi::tbb::cache_aligned_allocator<char>>; in TestExceptions()
1748 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>;
1809 … using allocator_type = StaticSharedCountingAllocator<stateful_allocator<move_support_tests::Foo>>;
H A Dconformance_concurrent_hash_map.cpp179 using test_allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const MyKey, MyD…
399 …using test_allocator_type2 = StaticSharedCountingAllocator<std::allocator<std::pair<const MyKey, M… in TestIteratorsAndRanges()
446 class only_node_counting_allocator : public StaticSharedCountingAllocator<base_alloc_type> {
447 using base_type = StaticSharedCountingAllocator<base_alloc_type>;
H A Dconformance_concurrent_vector.cpp242 using allocator_t = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>; in TestResizeAndCopy()
386 …using allocator_t = StaticSharedCountingAllocator<std::allocator<move_support_tests::FooWithAssign… in TestExceptions()