Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dmtrace.c37 static FILE *mallstream; variable
54 return mallstream; in malloc_get_mallstream()
73 fprintf (mallstream, "- %p\n", ptr); /* Be sure to print it first. */
93 fprintf (mallstream, "+ %p %d\n", hdr, size);
121 fprintf (mallstream, "! %p %d\n", ptr, size);
123 fprintf (mallstream, "< %p\n> %p %d\n", ptr, hdr, size);
144 mallstream = fopen (mallfile != NULL ? mallfile : "/dev/null", "w"); in mtrace()
145 if (mallstream != NULL) in mtrace()
148 setbuf (mallstream, mallbuf); in mtrace()
149 fprintf (mallstream, "= Start\n"); in mtrace()