diff options
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 3 |
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) { |