macOS / binaries /

heap

/usr/bin/heap
List all the malloc-allocated buffers in the process's heap

heap lists the objects currently allocated on the heap of the specified process, as well as summary data. Objects are categorized by class name, type (Objective-C, C++, or CFType), and binary image.

source: man