Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1560 size_t sz_array1, sz_array2, sz_array3; in test_malloc() local
1577 sz_array2 = pagesize * 2; in test_malloc()
1578 array2 = calloc(sz_array2, sizeof(*array2)); in test_malloc()
1584 for (idx = 0; idx < sz_array2; idx++) { in test_malloc()
1593 sz_array3 = sz_array1 + sz_array2; in test_malloc()
1600 memcpy(array3 + sz_array1, array2, sizeof(*array2) * sz_array2); in test_malloc()