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

/dovecot/src/lib/
H A Ddata-stack.c44 /* current_frame_block contains last t_push()ed frames. After that new
114 easier to notice if t_malloc()/t_push()/t_pop() is called
133 data_stack_frame_t t_push(const char *marker) function
144 return t_push(marker);
153 "t_push(): Out of memory");
187 data_stack_frame_t ret = t_push(NULL);
591 t_malloc/t_push) */
612 root_frame_id = t_push("data_stack_init");

Completed in 11 milliseconds