Searched refs:mallstream (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | mtrace.c | 39 static FILE *mallstream; variable 56 return mallstream; in malloc_get_mallstream() 75 fprintf (mallstream, "- %p\n", ptr); /* Be sure to print it first. */ 95 fprintf (mallstream, "+ %p %d\n", hdr, size); 123 fprintf (mallstream, "! %p %d\n", ptr, size); 125 fprintf (mallstream, "< %p\n> %p %d\n", ptr, hdr, size); 146 mallstream = fopen (mallfile != NULL ? mallfile : "/dev/null", "w"); in mtrace() 147 if (mallstream != NULL) in mtrace() 150 setbuf (mallstream, mallbuf); in mtrace() 151 fprintf (mallstream, "= Start\n"); in mtrace()
|