Searched refs:oldProtect (Results 1 – 1 of 1) sorted by relevance
123 MW_DWORD oldProtect = 0; in AllocStack() local124 MW_BOOL res = VirtualProtect(desc.stackMemory, pageSize, MW_PAGE_NOACCESS, &oldProtect); in AllocStack()