Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp439 DWORD origProt = 0; in InsertTrampoline() local
440 if (!VirtualProtect(inpAddr, MAX_PROBE_SIZE, PAGE_EXECUTE_WRITECOPY, &origProt)) in InsertTrampoline()
465 VirtualProtect(inpAddr, MAX_PROBE_SIZE, origProt, &origProt); in InsertTrampoline()