Searched refs:f (Results 1 – 5 of 5) sorted by relevance
/malloc/ |
A D | tst-malloc-fork-deadlock.c | 79 FILE *f = fopen (file_to_read, "r"); in read_thread_function() local 80 if (f == NULL) in read_thread_function() 88 rewind (f); in read_thread_function() 91 ssize_t ret = getline (&line, &line_allocated, f); in read_thread_function() 99 fclose (f); in read_thread_function() 142 FILE *f = fdopen (fd, "w+"); in create_file_with_large_line() local 143 if (f == NULL) in create_file_with_large_line() 149 fputc ('x', f); in create_file_with_large_line() 150 fputc ('\n', f); in create_file_with_large_line() 151 if (ferror (f)) in create_file_with_large_line() [all …]
|
A D | tst-mallinfo2.c | 33 #define P(f) printf("%s: %zu\n", #f, m->f) in print_mi() argument
|
A D | mtrace-impl.c | 211 FILE *f = mallstream; in do_muntrace() local 214 fprintf (f, "= End\n"); in do_muntrace() 215 fclose (f); in do_muntrace()
|
A D | Versions | 24 # f*
|
A D | dynarray-skeleton.c | 155 #define DYNARRAY_FREE DYNARRAY_CONCAT1 (DYNARRAY_NAME (f), ree)
|
Completed in 10 milliseconds