What is “valgrind” Package?

Dynamic analysis tools (memory, debug, profiling)
For more details: http://www.valgrind.org/

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install valgrind.
    brew install valgrind

Now, use valgrind!