diff options
Diffstat (limited to 'src/lib/memorypool.h')
-rw-r--r-- | src/lib/memorypool.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/memorypool.h b/src/lib/memorypool.h index 36136af8..774b05ba 100644 --- a/src/lib/memorypool.h +++ b/src/lib/memorypool.h | |||
@@ -70,7 +70,7 @@ MHD_pool_destroy (struct MemoryPool *pool); | |||
70 | */ | 70 | */ |
71 | void * | 71 | void * |
72 | MHD_pool_allocate (struct MemoryPool *pool, | 72 | MHD_pool_allocate (struct MemoryPool *pool, |
73 | size_t size, | 73 | size_t size, |
74 | int from_end); | 74 | int from_end); |
75 | 75 | ||
76 | 76 | ||
@@ -93,9 +93,9 @@ MHD_pool_allocate (struct MemoryPool *pool, | |||
93 | */ | 93 | */ |
94 | void * | 94 | void * |
95 | MHD_pool_reallocate (struct MemoryPool *pool, | 95 | MHD_pool_reallocate (struct MemoryPool *pool, |
96 | void *old, | 96 | void *old, |
97 | size_t old_size, | 97 | size_t old_size, |
98 | size_t new_size); | 98 | size_t new_size); |
99 | 99 | ||
100 | 100 | ||
101 | /** | 101 | /** |
@@ -123,8 +123,8 @@ MHD_pool_get_free (struct MemoryPool *pool); | |||
123 | */ | 123 | */ |
124 | void * | 124 | void * |
125 | MHD_pool_reset (struct MemoryPool *pool, | 125 | MHD_pool_reset (struct MemoryPool *pool, |
126 | void *keep, | 126 | void *keep, |
127 | size_t copy_bytes, | 127 | size_t copy_bytes, |
128 | size_t new_size); | 128 | size_t new_size); |
129 | 129 | ||
130 | #endif | 130 | #endif |