Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp750 const int POOLS = 4; in TestPoolDetection() local
753 rml::MemoryPool *pools[POOLS]; in TestPoolDetection()
754 FixedPoolHead<BUF_SIZE*POOLS> head[POOLS]; in TestPoolDetection()
755 AllocatedObject *objs[POOLS]; in TestPoolDetection()
757 for (int i=0; i<POOLS; i++) in TestPoolDetection()
764 utils::NativeParallelFor( POOLS, check); in TestPoolDetection()
766 for (int i=0; i<POOLS; i++) check(i); in TestPoolDetection()
768 for (int i=0; i<POOLS; i++) { in TestPoolDetection()
774 for (int i=0; i<POOLS; i++) { in TestPoolDetection()