Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp446 class only_node_counting_allocator : public StaticSharedCountingAllocator<base_alloc_type> { class
452 using other = only_node_counting_allocator<typename base_traits::template rebind_alloc<U>>;
455 only_node_counting_allocator() : base_type() {} in only_node_counting_allocator() function in only_node_counting_allocator
456 only_node_counting_allocator(const only_node_counting_allocator& a) : base_type(a) {} in only_node_counting_allocator() function in only_node_counting_allocator
459 only_node_counting_allocator(const only_node_counting_allocator<U>& a) : base_type(a) {} in only_node_counting_allocator() function in only_node_counting_allocator
472 …using allocator_type = only_node_counting_allocator<oneapi::tbb::tbb_allocator<std::pair<const MyK… in TestExceptions()