Searched refs:allocfree_pool (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dmempool-allocfree.c11 struct allocfree_pool { struct
31 #define SIZEOF_ALLOCFREE_POOL MEM_ALIGN(sizeof(struct allocfree_pool))
68 struct allocfree_pool *pool;
83 struct allocfree_pool *apool;
87 apool = (struct allocfree_pool *)pool;
92 static void pool_allocfree_destroy(struct allocfree_pool *apool)
106 struct allocfree_pool *apool =
107 container_of(pool, struct allocfree_pool, pool);
116 struct allocfree_pool *apool =
117 container_of(pool, struct allocfree_pool, poo
[all...]

Completed in 12 milliseconds