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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c260 FILE *error_fp = stderr; /* All debug_malloc.c messages */ local
263 (void)fprintf(error_fp, "debug_malloc: ");
264 (void)vfprintf(error_fp, format, ap);
265 (void)fprintf(error_fp, "\n");
266 (void)fflush(error_fp);

Completed in 2150 milliseconds