Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    is Valgrind still a *nix only tool? Commented Apr 25, 2013 at 20:20
  • 1
    Yes, Linux, MacOSX, android and some BSD: valgrind.org/info/platforms.html Commented Apr 25, 2013 at 20:35
  • 3
    ThreadSanitizer is a similar tool. It works differently than Helgrind, which gives it the advantage of being much faster, but requires integration into the toolchain. Commented Apr 26, 2013 at 17:16