Searched defs:comment_str (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_site.c386 void * comment_str; local
407 comment_str = "allocated bytes";
411 comment_str = "live bytes";
434 io_write_sites_header( comment_str,
H A Dhprof_io.c810 io_write_sites_header(const char * comment_str, jint flags, double cutoff, argument
828 write_printf("SITES BEGIN (ordered by %s) %s", comment_str, ctime(&t));

Completed in 35 milliseconds