Searched refs:malloc_debug_file (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libmalloc-53.1.1/src/
H A Dmalloc.c121 static int malloc_debug_file = STDERR_FILENO; variable
497 if (malloc_debug_file != STDERR_FILENO) {
498 close(malloc_debug_file);
499 malloc_debug_file = STDERR_FILENO;
536 malloc_debug_file = fd;
989 _simple_dprintf(malloc_debug_file, "%s(%d,%p) malloc: ", getprogname(), getpid(), self);
991 _simple_vdprintf(malloc_debug_file, format, ap);
999 _simple_put(b, malloc_debug_file);

Completed in 89 milliseconds