Searched refs:array (Results 1 – 2 of 2) sorted by relevance
134 struct Array array; in do_test() local136 array = allocate (1); in do_test()137 protect (array); in do_test()138 deallocate (array); in do_test()139 void *p = reallocate (array); in do_test()145 array.ptr = p; in do_test()146 protect (array); in do_test()147 deallocate (array); in do_test()151 array.ptr = buf; in do_test()152 if (do_read (fd, array.ptr, array) == -1) in do_test()[all …]
28 struct libc_ifunc_impl *array __attribute__ ((unused)), in __libc_ifunc_impl_list() argument
Completed in 5 milliseconds