Valgrind Container for Mac
Published:
In one of my computer science classes, we were introduced to using Valgrind for unveiling memory leaks in C. I found this was a well-made tool that I wanted accessible on all my systems. There was however the limitation of being made for Linux based systems, with limited support for macOS. Implementing a container based solution could however be the simplest way of overcoming the limited platform support.
