Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp185 struct TestBlock { struct in TestStartupAlloc
193 TestBlock blocks1[ITERS], blocks2[ITERS]; in operator ()()
231 struct TestBlock { struct in BackRefWork
234 TestBlock(BackRefIdx idx_) : idx(idx_) {} in TestBlock() function
241 std::deque<TestBlock> blocks; in operator ()()
248 blocks.push_back(TestBlock(idx)); in operator ()()
635 struct TestBlock { struct in TestBackendWork