Open avadae opened 2 years ago
@avadae, @mattdurak: Any progress on it?
//}
VirtualQuery
was too slow, QueryVirtualMemoryInformation
addressed performance issues.
We are not supporting x86 so any fix here cannot degrade the perf for x64.
Refers to: src/utility.cpp:1298 in 3e46ec8. [](commit_id = 3e46ec8c4ab47acd0fe633d8f20b4682c17a4209, deletion_comment = False)
This merge request can be closed - I'll run my own version. It is indeed affecting performance but I do need the x86 version to work.
I've reverted a change in utility.cpp that caused memory leaks not to be reported in x86 builds.
A simple leak like this:
was not reported, now it is again. In the meantime I also updated to vs2022