Searched refs:allocCount (Results 1 – 1 of 1) sorted by relevance
1263 const int allocCount = 10; in TestTHP() local1267 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()