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

/dovecot/src/lib/
H A Ddata-stack.c107 unsigned char *last_alloc_end, *p, *pend; local
109 last_alloc_end = data_stack_after_last_alloc(current_block);
110 p = last_alloc_end + MEM_ALIGN(sizeof(size_t)) + last_buffer_size;
111 pend = last_alloc_end + ALLOC_SIZE(last_buffer_size);
126 p = last_alloc_end;

Completed in 10 milliseconds