Searched refs:max_pointers (Results 1 – 1 of 1) sorted by relevance
1070 size_t max_pointers = 0; in GetMaxAllocations() local1075 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() argument1088 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() local1107 ASSERT_TRUE(max_pointers != 0) << "Limit never reached."; in TEST()1125 VerifyMaxPointers(max_pointers); in TEST()[all …]