[PATCH 2/4] ntdll: Provide more accurate virtual memory counters.

Michael Müller michael at fds-team.de
Tue Jun 6 12:15:50 CDT 2017


I also would like to point out that APCs can lead to a significant
performance decrease when an application like a taskmanager or anticheat
tool queries these values multiples times per second for all/multiple
processes.

The wineserver already has a list of committed memory allocated through
NtAllocateVirtualMemory (see add_mapping_committed_range wineserver
call). Maybe it is possible to satisfy the application using these
values without interrupting running processes.

I also wanted to take a look at the problem, but the download links are
either broken or very unreliable.

Regards,
Michael



More information about the wine-devel mailing list