valgrind

v 3.27.1 Updated: 2 weeks, 5 days ago

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.

https://valgrind.org

To install valgrind, paste this into the macOS Terminal after installing MacPorts

sudo port install valgrind

Add to my watchlist

Installations 12
Requested Installations 11