Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1061 Scenario scen; in LOCModelTester() local
1062 …for (rml::internal::LargeMemoryBlock *lmb = scen.next(); (intptr_t)lmb != (intptr_t)-1; lmb = scen in LOCModelTester()
1069scen.saveLmb(defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize)); in LOCModelTester()
1201 Scenario scen(num_threads); in LOCCollapsingTester() local
1202 utils::NativeParallelFor(num_threads, scen); in LOCCollapsingTester()
1204 scen.check(); in LOCCollapsingTester()