macOS / binaries /

leaks

/usr/bin/leaks
Search a process's memory for unreferenced malloc buffers

leaks identifies leaked memory -- memory that the application has allocated, but has been lost and cannot be freed. Specifically, leaks examines a specified process's memory for values that may be pointers to malloc-allocated buffers.

source: man