issues
search
Azure
/
vld
Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
42
stars
25
forks
source link
Changes for 2.5.6 to improve performance
#2
Closed
mattdurak
closed
4 years ago
mattdurak
commented
4 years ago
Switch to
QueryVirtualMemoryInformation
instead of
VirtualQuery
for performance improvement
Fix installer to set correct config files when using VS2019 (and VS2017 or older is not installed)
Update target platform to Win10 19041 (needed for
QueryVirtualMemoryInformation
)
Fix some false positive leaks in static initializers (with tests)
QueryVirtualMemoryInformation
instead ofVirtualQuery
for performance improvementQueryVirtualMemoryInformation
)