Searched refs:test_arr (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/main/memcheck/tests/
H A Dmalloc2.c11 void* test_arr[N_TEST_ARR]; variable
19 test_arr[i] = NULL;
23 if (test_arr[j]) {
24 free(test_arr[j]);
25 test_arr[j] = NULL;
30 test_arr[j] = malloc( nbytes );
31 chp = test_arr[j];
37 for (i = 0; test_arr[i] == NULL; i++) ;
38 free(test_arr[i]);
39 ((char*)test_arr[
[all...]

Completed in 118 milliseconds