Searched refs:RETALLOC (Results 1 – 1 of 1) sorted by relevance
/external/clearsilver/util/regex/ |
D | regex.c | 313 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro 315 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t) 1762 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char); 2191 RETALLOC (compile_stack.stack, compile_stack.size << 1, 3909 RETALLOC (regs->start, regs->num_regs, regoff_t); 3910 RETALLOC (regs->end, regs->num_regs, regoff_t);
|