valgrind

v 3.16.1

A powerful open-source memory debugger

Valgrind is a powerful open-source memory debugger. When valgrind is attached to a program, it intercepts calls to malloc/new/free/delete and all memory operations are checked for invalid read or write.

http://valgrind.org

To install valgrind, paste this in macOS terminal after installing MacPorts

sudo port install valgrind

Add to my watchlist

Installations 13
Requested Installations 13