Searched defs:SIZEOF_ALLOCFREE_POOL (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dmempool-allocfree.c31 #define SIZEOF_ALLOCFREE_POOL MEM_ALIGN(sizeof(struct allocfree_pool)) macro
69 pool = calloc(1, SIZEOF_ALLOCFREE_POOL);
72 SIZEOF_ALLOCFREE_POOL);
96 safe_memset(apool, 0, SIZEOF_ALLOCFREE_POOL);

Completed in 617 milliseconds