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

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.cpp242 char* dest_file = NULL; local
247 dest_file = NEW_C_HEAP_ARRAY(char, JVM_MAXPATHLEN, mtInternal);
249 dest_file, JVM_MAXPATHLEN)) {
250 FREE_C_HEAP_ARRAY(char, dest_file, mtInternal);
256 return dest_file;
260 dest_file = NEW_C_HEAP_ARRAY(char, PERFDATA_FILENAME_LEN, mtInternal);
261 jio_snprintf(dest_file, PERFDATA_FILENAME_LEN,
264 return dest_file;

Completed in 56 milliseconds