Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp495 const size_t grans[] = {4*1024, 2*1024*1024, 6*1024*1024, 10*1024*1024}; in TestPoolGranularity() local
497 for (unsigned i=0; i<sizeof(grans)/sizeof(grans[0]); i++) { in TestPoolGranularity()
498 pol.granularity = currGranularity = grans[i]; in TestPoolGranularity()