aboutsummaryrefslogtreecommitdiff
path: root/src/common/memarea.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-17 22:58:20 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-17 22:58:20 +0000
commit6693f3253097326abe3a57469690330cd73d2456 (patch)
tree76e53f5552b311e651cf70c6324370cad1e53ebe /src/common/memarea.c
parent2ad36f68c8e5bbbc0f284c04f266f80866d2aef9 (diff)
downloadtor-6693f3253097326abe3a57469690330cd73d2456.tar
tor-6693f3253097326abe3a57469690330cd73d2456.tar.gz
Resolve many DOCDOCs.
svn:r17662
Diffstat (limited to 'src/common/memarea.c')
-rw-r--r--src/common/memarea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/memarea.c b/src/common/memarea.c
index d888cf076..4257c4552 100644
--- a/src/common/memarea.c
+++ b/src/common/memarea.c
@@ -138,7 +138,7 @@ memarea_clear(memarea_t *area)
area->first->next_mem = area->first->u.mem;
}
-/** DOCDOC */
+/** Remove all unused memarea chunks from the internal freelist. */
void
memarea_clear_freelist(void)
{