From: Olle Johansson Date: Tue, 12 Jan 2010 07:48:16 +0000 (+0000) Subject: Adding Tilghman's documentation from asterisk-dev to the actual file. X-Git-Tag: 11.0.0-beta1~3624 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd2c63a59d6ca500ee753cf8b4fe896bef8722d8;p=thirdparty%2Fasterisk.git Adding Tilghman's documentation from asterisk-dev to the actual file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239389 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/astmm.h b/include/asterisk/astmm.h index 26273c9389..cf12f252a2 100644 --- a/include/asterisk/astmm.h +++ b/include/asterisk/astmm.h @@ -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. */