Searched refs:num_tests_alloc (Results 1 – 1 of 1) sorted by relevance
491 size_t num_tests_alloc; member1344 if (tf->num_tests == tf->num_tests_alloc) in add_test()1346 tf->num_tests_alloc = 2 * tf->num_tests_alloc + 16; in add_test()1349 tf->num_tests_alloc * sizeof (tf->tests[0])); in add_test()