Searched refs:ptrs (Results 1 – 3 of 3) sorted by relevance
34 char *ptrs[N]; in fixed_test() local41 ptrs[i] = (char *) calloc (1, size); in fixed_test()43 if (ptrs[i] == NULL) in fixed_test()48 if (ptrs[i][j] != '\0') in fixed_test()52 ptrs[i][j] = '\xff'; in fixed_test()57 free (ptrs[i]); in fixed_test()64 char *ptrs[N]; in random_test() local76 if (ptrs[i] == NULL) in random_test()81 if (ptrs[i][j] != '\0') in random_test()85 ptrs[i][j] = '\xff'; in random_test()[all …]
31 char * volatile ptrs[COUNT]; in do_test() local37 ptrs[i] = malloc (20); in do_test()39 free (ptrs[i]); in do_test()40 free (ptrs[0]); in do_test()
52 void * volatile ptrs[N]; in do_test() local55 ptrs[i] = xmalloc (5318153); in do_test()59 free (ptrs[i]); in do_test()
Completed in 8 milliseconds