Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/ntdll/unix/virtual.c:
}
+static NTSTATUS prefetch_memory( HANDLE process, ULONG_PTR count,
PMEMORY_RANGE_ENTRY addresses, ULONG flags )
+{
- ULONG_PTR i;
- PVOID base;
- SIZE_T size;
- static unsigned int once;
- if (!once++)
what exactly is this for?