|
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. For more information about the manual page format, see the manual page for manpages(5). |
Leak(3) User Contributed Perl Documentation Leak(3)
NAME
Apache::Leak - Module for tracking memory leaks in mod_perl code
SYNOPSIS
use Apache::Leak;
leak_test {
my $obj = Foo->new;
$obj->thingy;
};
#now look in error_log for results
DESCRIPTION
"Under Construction."
SEE ALSO
Devel::Leak
AUTHOR
Doug MacEachern Leak.xs derived from Nick Ing-Simmons' Devel::Leak
perl v5.8.8 2000-03-30 Leak(3)
|
|