Home
last modified time | relevance | path

Searched refs:f (Results 1 – 5 of 5) sorted by relevance

/malloc/
A Dtst-malloc-fork-deadlock.c79 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 Dtst-mallinfo2.c33 #define P(f) printf("%s: %zu\n", #f, m->f) in print_mi() argument
A Dmtrace-impl.c211 FILE *f = mallstream; in do_muntrace() local
214 fprintf (f, "= End\n"); in do_muntrace()
215 fclose (f); in do_muntrace()
A DVersions24 # f*
A Ddynarray-skeleton.c155 #define DYNARRAY_FREE DYNARRAY_CONCAT1 (DYNARRAY_NAME (f), ree)

Completed in 11 milliseconds