Lines Matching refs:max_pointers
1087 size_t max_pointers = 0; in GetMaxAllocations() local
1092 max_pointers = i; in GetMaxAllocations()
1096 for (size_t i = 0; i < max_pointers; i++) { in GetMaxAllocations()
1099 return max_pointers; in GetMaxAllocations()
1102 static void VerifyMaxPointers(size_t max_pointers) { in VerifyMaxPointers() argument
1105 for (size_t i = 0; i < max_pointers; i++) { in VerifyMaxPointers()
1112 for (size_t i = 0; i < max_pointers; i++) { in VerifyMaxPointers()
1123 size_t max_pointers = GetMaxAllocations(); in TEST() local
1124 ASSERT_TRUE(max_pointers != 0) << "Limit never reached."; in TEST()
1142 VerifyMaxPointers(max_pointers); in TEST()
1153 size_t max_pointers = GetMaxAllocations(); in TEST() local
1154 ASSERT_TRUE(max_pointers != 0) << "Limit never reached."; in TEST()
1170 VerifyMaxPointers(max_pointers); in TEST()
1181 size_t max_pointers = GetMaxAllocations(); in TEST() local
1182 ASSERT_TRUE(max_pointers != 0) << "Limit never reached."; in TEST()
1190 VerifyMaxPointers(max_pointers); in TEST()