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

/vbox/src/VBox/Runtime/r3/posix/
H A Dallocex-r3-posix.cpp52 uintptr_t uAddrLast = _64K - uAddr - cbAlloc;
53 while (uAddr <= uAddrLast)
56 if (pv && (uintptr_t)pv <= uAddrLast)
/vbox/src/VBox/Runtime/r3/win/
H A Dallocex-win.cpp43 static int rtMemAllocExInRange(size_t cbAlloc, uint32_t fFlags, void **ppv, uintptr_t uAddr, uintptr_t uAddrLast) argument
49 while (uAddr <= uAddrLast)

Completed in 32 milliseconds