Searched defs:rtMemAllocExInRange (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/win/ |
H A D | allocex-win.cpp | 43 static int rtMemAllocExInRange(size_t cbAlloc, uint32_t fFlags, void **ppv, uintptr_t uAddr, uintptr_t uAddrLast) function 85 return rtMemAllocExInRange(cbAlloc, fFlags, ppv, PAGE_SIZE, _64K - cbAlloc); 111 return rtMemAllocExInRange(cbAlloc, fFlags, ppv, _64K, _4G - cbAlloc);
|
Completed in 41 milliseconds