|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com. For more information about the manual page format, see the manual page for manpages(5). |
heap64(1) BSD General Commands Manual heap64(1)
NAME
heap64 -- List all the malloc-allocated buffers in a 64-bit process's heap
DESCRIPTION
/usr/sbin/heap64 is a helper tool that is exec'ed by /usr/bin/heap if the target process is a 64-bit
process. For simplicity, heap thus essentially handles both 32- and 64-bit processes, so there is no
need to invoke heap64 directly.
If heap64 is invoked directly on a 32-bit target process, it will likewise exec /usr/bin/heap.
OPTIONS
heap64 takes the same arguments as heap. See heap(1) for further details.
SEE ALSO
heap(1)
BSD March 15, 2007 BSD
|
|