Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dmtrace.c139 char *mallfile; in mtrace() local
141 mallfile = getenv (mallenv); in mtrace()
142 if (mallfile != NULL || mallwatch != NULL) in mtrace()
144 mallstream = fopen (mallfile != NULL ? mallfile : "/dev/null", "w"); in mtrace()