Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_allocators.cpp61 oneapi::tbb::tbb_allocator<int> tbb_alloc; variable
63 utils::suppress_unused_warning(tbb_alloc);
65 tbb_alloc.allocator_type();
71 using Allocator = oneapi::tbb::tbb_allocator<int>; Allocator tbb_alloc; variable
73 utils::suppress_unused_warning(tbb_alloc);
75 Allocator::malloc_type a_type = tbb_alloc.allocator_type();