Home | History | Annotate | Download | only in microhttpd

Lines Matching defs:MemoryPool

21  * @file memorypool.c
25 #include "memorypool.h"
50 struct MemoryPool
86 struct MemoryPool *
89 struct MemoryPool *pool;
91 pool = malloc (sizeof (struct MemoryPool));
135 MHD_pool_destroy (struct MemoryPool *pool)
165 MHD_pool_allocate (struct MemoryPool *pool,
208 MHD_pool_reallocate (struct MemoryPool *pool,
262 MHD_pool_reset (struct MemoryPool *pool,
284 /* end of memorypool.c */