OS X's "free" or "/proc/meminfo" equivalent
Solution 1:
The closest analogs to free
and cat /proc/meminfo
might be vm_stat
and ls -l /var/vm
but you also have the BSD tools like heap and Darwin tool allmemory
to dig deeper into processes and libraries to determine how the overall virtual memory load is allocated to specific processes.