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

/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 44 milliseconds