Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp421 class StressLOCacheWork: utils::NoAssign { class
424 StressLOCacheWork(rml::MemoryPool *mallocPool) : my_mallocPool(mallocPool) {} in StressLOCacheWork() function in StressLOCacheWork
500 utils::NativeParallelFor( p, StressLOCacheWork(mallocPool) ); in TestPools()