Searched refs:sz_array3 (Results 1 – 1 of 1) sorted by relevance
1560 size_t sz_array1, sz_array2, sz_array3; in test_malloc() local1593 sz_array3 = sz_array1 + sz_array2; in test_malloc()1594 array3 = realloc(array1, sz_array3 * sizeof(*array3)); in test_malloc()1604 for (idx = 0; idx < sz_array3; idx++) in test_malloc()