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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c783 gdata->heapfilename = HPROF_MALLOC(len + 5);
784 (void)strcpy(gdata->heapfilename, base);
785 (void)strcat(gdata->heapfilename, ".TMP");
786 make_unique_filename(&(gdata->heapfilename));
787 (void)remove(gdata->heapfilename);
804 gdata->heap_fd = md_creat_binary(gdata->heapfilename);
806 gdata->heap_fd = md_creat(gdata->heapfilename);
812 "can't create temp heap file: %s", gdata->heapfilename);
1413 (void)remove(gdata->heapfilename);
2103 if ( gdata->heapfilename !
[all...]
H A Dhprof.h266 char *heapfilename; member in struct:__anon533
H A Dhprof_io.c1937 fd = md_open_binary(gdata->heapfilename);
1939 fd = md_open(gdata->heapfilename);

Completed in 44 milliseconds