Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_allocators.cpp43 const size_t nitems = 1024; variable
46 address1 = cache_aligned_allocate(nitems * itemsize);
55 (void)cache_aligned_allocate(~size_t(0) - itemsize * nitems + cache_line_size());
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp964 …mplePopBody(oneapi::tbb::concurrent_bounded_queue<int>* _q, std::size_t hi_thr, std::size_t nitems) in SimplePopBody() argument
965 : q(_q), max(hi_thr), prefill(nitems) {} in SimplePopBody()