Home
last modified time | relevance | path

Searched refs:allocator_t (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp244 allocator_t::init_counters(); in TestResizeAndCopy()
283 REQUIRE( allocator_t::items_constructed == allocator_t::items_destroyed ); in TestResizeAndCopy()
284 REQUIRE( allocator_t::items_allocated == allocator_t::items_freed ); in TestResizeAndCopy()
285 REQUIRE( allocator_t::allocations == allocator_t::frees ); in TestResizeAndCopy()
319 REQUIRE( allocator_t::items_allocated == allocator_t::items_freed ); in TestCopyAssignment()
320 REQUIRE( allocator_t::allocations == allocator_t::frees ); in TestCopyAssignment()
335 allocator_t::init_counters(); in TestCapacity()
365 REQUIRE( allocator_t::items_allocated == allocator_t::items_freed ); in TestCapacity()
366 REQUIRE( allocator_t::allocations == allocator_t::frees ); in TestCapacity()
404 allocator_t::init_counters(); in TestExceptions()
[all …]
H A Dconformance_concurrent_queue.cpp924 …using allocator_t = StaticSharedCountingAllocator<oneapi::tbb::cache_aligned_allocator<std::size_t… in TestExceptions() typedef
926 TestExceptionBody<ConcQWithSizeWrapper, allocator_t, allocator_char_t, FooEx>(); in TestExceptions()
927 … TestExceptionBody<oneapi::tbb::concurrent_bounded_queue, allocator_t, allocator_char_t, FooEx>(); in TestExceptions()