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

/haiku/src/build/libgnuregex/
H A Dregex.c222 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
1164 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1587 RETALLOC (compile_stack.stack, compile_stack.size << 1,
3469 RETALLOC (regs->start, regs->num_regs, regoff_t);
3470 RETALLOC (regs->end, regs->num_regs, regoff_t);
220 #define RETALLOC macro

Completed in 24 milliseconds