aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-25 12:48:03 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-25 12:48:03 +0000
commit3d0dfd5b4081f3ca7f4233ded1ce1cf231ffeed7 (patch)
tree9750fd56cced49facd7bf3bd041108c5ba42a95b /src/microhttpd/memorypool.h
parent889626e54b7c822a0717fd1f748a237d6c279728 (diff)
downloadlibmicrohttpd-3d0dfd5b4081f3ca7f4233ded1ce1cf231ffeed7.tar.gz
libmicrohttpd-3d0dfd5b4081f3ca7f4233ded1ce1cf231ffeed7.zip
-doxygen
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r--src/microhttpd/memorypool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h
index 4db952a4..4868692d 100644
--- a/src/microhttpd/memorypool.h
+++ b/src/microhttpd/memorypool.h
@@ -62,7 +62,7 @@ MHD_pool_destroy (struct MemoryPool *pool);
62 * 62 *
63 * @param pool memory pool to use for the operation 63 * @param pool memory pool to use for the operation
64 * @param size number of bytes to allocate 64 * @param size number of bytes to allocate
65 * @param from_end allocate from end of pool (set to MHD_YES); 65 * @param from_end allocate from end of pool (set to #MHD_YES);
66 * use this for small, persistent allocations that 66 * use this for small, persistent allocations that
67 * will never be reallocated 67 * will never be reallocated
68 * @return NULL if the pool cannot support size more 68 * @return NULL if the pool cannot support size more