Searched refs:StaticSharedCountingAllocator (Results 1 – 9 of 9) sorted by relevance
378 class StaticSharedCountingAllocator390 using other = StaticSharedCountingAllocator<typename base_traits::template rebind_alloc<U>>;393 StaticSharedCountingAllocator() = default;394 StaticSharedCountingAllocator( const StaticSharedCountingAllocator& ) = default;395 StaticSharedCountingAllocator& operator=( const StaticSharedCountingAllocator& ) = default;398 …StaticSharedCountingAllocator( const StaticSharedCountingAllocator<U>& other) : alloc_base_type(ot… in StaticSharedCountingAllocator() function402 StaticSharedCountingAllocator( const Alloc& src ) noexcept in StaticSharedCountingAllocator() function
572 …using allocator_type = StaticSharedCountingAllocator<typename allocator_fixture_type::allocator_ty…
589 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>>;
229 using allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const int, int>>>;
171 using allocator_type = StaticSharedCountingAllocator<std::allocator<int>>;
771 using allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const int, int>>>;
33 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>>;
179 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>;
242 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()