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?