内存泄漏检测umdh

umdh用法很简单:

  1. gflags -i application_name +ust
  2. umdh.exe -pn:application_name.exe -f:FirstDump.txt
  3. ... exercise the application
  4. umdh.exe -pn:application_name.exe -f:SecondDump.txt
  5. umdh.exe FirstDump.txt SecondDump.txt -f:Result.txt
  6. gflags -i application_name - ust
原文地址:https://www.cnblogs.com/Mingxx/p/2494415.html