HomeSort by relevance Sort by last modified time
    Searched full:mallfile (Results 1 - 1 of 1) sorted by null

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

Completed in 43 milliseconds