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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2826 HANDLE hProc = GetCurrentProcess(); local
2860 p_new = (char *)os::Kernel32Dll::VirtualAllocExNuma(hProc,
5152 LPVOID os::Kernel32Dll::VirtualAllocExNuma(HANDLE hProc, LPVOID addr, SIZE_T bytes, DWORD flags, DWORD prot, DWORD node) { argument
5156 return _VirtualAllocExNuma(hProc, addr, bytes, flags, prot, node);

Completed in 45 milliseconds