Home
last modified time | relevance | path

Searched refs:pLowestPossiblePage (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c7501 BYTE *pLowestPossiblePage; in myresetstkoflw() local
7521 pLowestPossiblePage = pStackBase + MIN_STACK_WINNT * nPageSize; in myresetstkoflw()
7544 if ((long_u)(mbi.BaseAddress) < (long_u)pLowestPossiblePage) in myresetstkoflw()
7545 pGuardPage = pLowestPossiblePage; in myresetstkoflw()