Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dinterception.cc402 size_t thunk_bytes_padded = (thunk_bytes + kPageSize - 1) & kPageSize; in PatchNtdll() local
404 ::VirtualAllocEx(child, thunk_base, thunk_bytes_padded, in PatchNtdll()