aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r--src/microhttpd/memorypool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h
index ab977d12..98f96bda 100644
--- a/src/microhttpd/memorypool.h
+++ b/src/microhttpd/memorypool.h
@@ -92,7 +92,7 @@ MHD_pool_allocate (struct MemoryPool *pool,
92 * Try to allocate @a size bytes memory area from the @a pool. 92 * Try to allocate @a size bytes memory area from the @a pool.
93 * 93 *
94 * If allocation fails, @a required_bytes is updated with size required to be 94 * If allocation fails, @a required_bytes is updated with size required to be
95 * freed in the @a pool from relocatable area to allocate requested number 95 * freed in the @a pool from rellocatable area to allocate requested number
96 * of bytes. 96 * of bytes.
97 * Allocated memory area is always not rellocatable ("from end"). 97 * Allocated memory area is always not rellocatable ("from end").
98 * 98 *
@@ -104,7 +104,7 @@ MHD_pool_allocate (struct MemoryPool *pool,
104 * Cannot be NULL. 104 * Cannot be NULL.
105 * @return the pointer to allocated memory area if succeed, 105 * @return the pointer to allocated memory area if succeed,
106 * NULL if the pool doesn't have enough space, required_bytes is updated 106 * NULL if the pool doesn't have enough space, required_bytes is updated
107 * with amount of space needed to be freed in relocatable area or 107 * with amount of space needed to be freed in rellocatable area or
108 * set to SIZE_MAX if requested size is too large for the pool. 108 * set to SIZE_MAX if requested size is too large for the pool.
109 */ 109 */
110void * 110void *