Searched refs:thunk_bytes_padded (Results 1 – 1 of 1) sorted by relevance
402 size_t thunk_bytes_padded = (thunk_bytes + kPageSize - 1) & kPageSize; in PatchNtdll() local404 ::VirtualAllocEx(child, thunk_base, thunk_bytes_padded, in PatchNtdll()