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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp302 char* latest_user = NULL; local
397 if (latest_user != NULL) FREE_C_HEAP_ARRAY(char, latest_user, mtInternal);
398 latest_user = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal);
400 strcpy(latest_user, user);
414 return(latest_user);

Completed in 445 milliseconds