Home
last modified time | relevance | path

Searched refs:array3 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1561 int *array1, *array2, *array3; in test_malloc() local
1594 array3 = realloc(array1, sz_array3 * sizeof(*array3)); in test_malloc()
1595 if (!array3) { in test_malloc()
1600 memcpy(array3 + sz_array1, array2, sizeof(*array2) * sz_array2); in test_malloc()
1605 if (array3[idx] != (int)idx) in test_malloc()
1608 free(array3); in test_malloc()