Searched refs:VirtualAllocExNuma (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | os_windows.hpp | 181 static LPVOID VirtualAllocExNuma(HANDLE, LPVOID, SIZE_T, DWORD, DWORD, DWORD);
|
H A D | os_windows.cpp | 2860 p_new = (char *)os::Kernel32Dll::VirtualAllocExNuma(hProc, 3923 // first check whether this Windows OS supports VirtualAllocExNuma, if not ignore this flag 5152 LPVOID os::Kernel32Dll::VirtualAllocExNuma(HANDLE hProc, LPVOID addr, SIZE_T bytes, DWORD flags, DWORD prot, DWORD node) { function in class:os::Kernel32Dll 5192 _VirtualAllocExNuma = (VirtualAllocExNuma_Fn)::GetProcAddress(handle, "VirtualAllocExNuma");
|
Completed in 47 milliseconds