aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/astmm.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-12 07:48:16 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-12 07:48:16 +0000
commit0ec8b96fab7c4dc5e318ee939b970be0b6ddb295 (patch)
treeb0e7bb696eda5393adf80d8a88bebf42cfa8cd4e /include/asterisk/astmm.h
parentba3a1b59278f653781447abc7bebfadbf78aec30 (diff)
Adding Tilghman's documentation from asterisk-dev to the actual file.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@239389 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/astmm.h')
-rw-r--r--include/asterisk/astmm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/astmm.h b/include/asterisk/astmm.h
index 26273c938..cf12f252a 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.
*/