projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3168cb3
)
Adding Tilghman's documentation from asterisk-dev to the actual file.
author
Olle Johansson
<oej@edvina.net>
Tue, 12 Jan 2010 07:48:16 +0000
(07:48 +0000)
committer
Olle Johansson
<oej@edvina.net>
Tue, 12 Jan 2010 07:48:16 +0000
(07:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239389
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/astmm.h
patch
|
blob
|
history
diff --git
a/include/asterisk/astmm.h
b/include/asterisk/astmm.h
index
26273c9
..
cf12f25
100644
(file)
--- 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.
*/