Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c7499 BYTE *pGuardPage; in myresetstkoflw() local
7545 pGuardPage = pLowestPossiblePage; in myresetstkoflw()
7547 pGuardPage = (BYTE*)mbi.BaseAddress; in myresetstkoflw()
7550 if (!VirtualAlloc(pGuardPage, nPageSize, MEM_COMMIT, PAGE_READWRITE)) in myresetstkoflw()
7554 if (!VirtualProtect(pGuardPage, nPageSize, PAGE_READWRITE | PAGE_GUARD, in myresetstkoflw()