Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp288 using ch_map_debug_alloc = tbb::concurrent_hash_map<key_type, second_type, in TypeTester() typedef
291 ch_map_debug_alloc c6; in TypeTester()
295 ch_map_debug_alloc c7(c6); in TypeTester()
301 ch_map_debug_alloc c9( lst.size() ); in TypeTester()
310 ch_map_debug_alloc c11( lst.begin(), lst.end(), allocator ); in TypeTester()