|
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). |
leaks64(1) BSD General Commands Manual leaks64(1)
NAME
leaks64 -- Search a process's memory for unreferenced malloc buffers
DESCRIPTION
/usr/sbin/leaks64 is a helper tool that is exec'ed by /usr/bin/leaks if the target process is a 64-bit
process. For simplicity, leaks thus essentially handles both 32- and 64-bit processes, so there is no
need to invoke leaks64 directly.
If leaks64 is invoked directly on a 32-bit target process, it will likewise exec /usr/bin/leaks.
OPTIONS
leaks64 takes the same arguments as leaks. See leaks(1) for further details.
SEE ALSO
leaks(1)
BSD March 15, 2007 BSD
|
|