[asterisk-commits] oej: trunk r239389 - /trunk/include/asterisk/astmm.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 12 01:48:19 CST 2010
Author: oej
Date: Tue Jan 12 01:48:16 2010
New Revision: 239389
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=239389
Log:
Adding Tilghman's documentation from asterisk-dev to the actual file.
Modified:
trunk/include/asterisk/astmm.h
Modified: trunk/include/asterisk/astmm.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/astmm.h?view=diff&rev=239389&r1=239388&r2=239389
==============================================================================
--- trunk/include/asterisk/astmm.h (original)
+++ trunk/include/asterisk/astmm.h Tue Jan 12 01:48:16 2010
@@ -18,6 +18,9 @@
/*! \file
* \brief Asterisk memory usage debugging
+ * This file provides headers for MALLOC_DEBUG, a define used for tracking down
+ * memory leaks. It should never be #included directly; always use the
+ * MALLOC_DEBUG definition in menuselect to activate those functions.
*/
More information about the asterisk-commits
mailing list