aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-15 19:56:01 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-15 19:56:01 +0000
commit181ba71a90359f67e90664be290af4d0ed57db8d (patch)
treed80ac2bbf3ea6a59a1a7c57ba1675215a8e83aac /src/common/util.c
parentabad4dfc7aa0f98d3dc63470934f181aaec78807 (diff)
downloadtor-181ba71a90359f67e90664be290af4d0ed57db8d.tar.gz
tor-181ba71a90359f67e90664be290af4d0ed57db8d.zip
r14051@Kushana: nickm | 2007-08-15 15:55:36 -0400
Fix an XXXX020 and a few DOCDOCs. svn:r11127
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index d22fce57a7..006eeb68d6 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -216,7 +216,8 @@ _tor_free(void *mem)
tor_free(mem);
}
-/** DOCDOC */
+/** Call the platform malloc info function, and dump the results to the log at
+ * level <b>severity</b>. If no such function exists, do nothing. */
void
tor_log_mallinfo(int severity)
{