HomeSort by: relevance | last modified time | path
    Searched defs:mallfile (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
mtrace.c 149 char *mallfile; local
155 mallfile = getenv (mallenv);
156 if (mallfile != NULL || mallwatch != NULL)
158 mallstream = fopen (mallfile != NULL ? mallfile : "/dev/null", "w");

Completed in 27 milliseconds