Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1263 const int allocCount = 10; in TestTHP() local
1267 void* allocPtrs[allocCount]; in TestTHP()
1276 for (int i = 0; i < allocCount; i++) { in TestTHP()
1302 if ((newSystemTHPCount - currentSystemTHPCount) < allocCount in TestTHP()
1303 … && (newSystemTHPAllocatedSize - currentSystemTHPAllocatedSize) / (2 * 1024) < allocCount) { in TestTHP()
1308 for (int i = 0; i < allocCount; i++) { in TestTHP()