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

/dovecot/src/lib/
H A Ddata-stack.c39 #define SIZEOF_MEMBLOCK MEM_ALIGN(sizeof(struct stack_block)) macro
42 ((unsigned char *) (block) + SIZEOF_MEMBLOCK)
350 block = malloc(SIZEOF_MEMBLOCK + alloc_size);
359 PRIuSIZE_T" bytes", alloc_size + SIZEOF_MEMBLOCK);

Completed in 355 milliseconds