Home
last modified time | relevance | path

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

/malloc/
A Dtst-calloc.c34 char *ptrs[N]; in fixed_test() local
41 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() local
76 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 …]
A Dtst-tcfree2.c31 char * volatile ptrs[COUNT]; in do_test() local
37 ptrs[i] = malloc (20); in do_test()
39 free (ptrs[i]); in do_test()
40 free (ptrs[0]); in do_test()
A Dtst-free-errno.c52 void * volatile ptrs[N]; in do_test() local
55 ptrs[i] = xmalloc (5318153); in do_test()
59 free (ptrs[i]); in do_test()

Completed in 8 milliseconds