0

Memory correctness means

  • use after free
  • leaks
  • use of uninitialized memory
  • memory corruption

Other platforms have tools such as Valgrind or the address sanitizer.

Please note that I don't want to run my Windows binaries on Linux with Wine so that I might be able to use Valgrind. I would prefer a solution that fits a VisualStudio focused shop.

How do I do this on Windows in a VisualStudio environment?

Frank Meerkötter
  • 2,778
  • 2
  • 20
  • 26
  • Or [Finding memory leaks in a C++ application with Visual Studio](https://stackoverflow.com/questions/4790564/finding-memory-leaks-in-a-c-application-with-visual-studio) – nvoigt Jan 18 '18 at 10:35
  • Both questions are not really helpful to me. One is only addressing a subset of my question (leaks), while the second has two commercial tools as accepted answer - both of which I have prior experience with (which was not good). – Frank Meerkötter Jan 18 '18 at 11:17
  • Is there something directly in one of the VisualStudio product variants which would fullfil these requirements? – Frank Meerkötter Jan 18 '18 at 11:19

0 Answers0