Lines Matching refs:max_pointers
1070 size_t max_pointers = 0; in GetMaxAllocations() local
1075 max_pointers = i; in GetMaxAllocations()
1079 for (size_t i = 0; i < max_pointers; i++) { in GetMaxAllocations()
1082 return max_pointers; in GetMaxAllocations()
1085 static void VerifyMaxPointers(size_t max_pointers) { in VerifyMaxPointers() argument
1088 for (size_t i = 0; i < max_pointers; i++) { in VerifyMaxPointers()
1095 for (size_t i = 0; i < max_pointers; i++) { in VerifyMaxPointers()
1106 size_t max_pointers = GetMaxAllocations(); in TEST() local
1107 ASSERT_TRUE(max_pointers != 0) << "Limit never reached."; in TEST()
1125 VerifyMaxPointers(max_pointers); in TEST()
1136 size_t max_pointers = GetMaxAllocations(); in TEST() local
1137 ASSERT_TRUE(max_pointers != 0) << "Limit never reached."; in TEST()
1153 VerifyMaxPointers(max_pointers); in TEST()
1164 size_t max_pointers = GetMaxAllocations(); in TEST() local
1165 ASSERT_TRUE(max_pointers != 0) << "Limit never reached."; in TEST()
1173 VerifyMaxPointers(max_pointers); in TEST()