Searched refs:allocate_pages_individually (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | os_windows.cpp | 2788 static char* allocate_pages_individually(size_t bytes, char* addr, DWORD flags, DWORD prot, function 3024 res = allocate_pages_individually(bytes, addr, MEM_RESERVE, PAGE_READWRITE); 3075 char * p_buf = allocate_pages_individually(bytes, addr, flags, prot, LargePagesIndividualAllocationInjectError); 3150 // came from multiple VirtualAlloc reserves (using allocate_pages_individually).
|
Completed in 45 milliseconds