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

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c351 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
353 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1928 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2396 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4149 RETALLOC (regs->start, regs->num_regs, regoff_t);
4150 RETALLOC (regs->end, regs->num_regs, regoff_t);
349 #define RETALLOC macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c393 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
395 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2061 RETALLOC (COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2443 RETALLOC (COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3675 RETALLOC (compile_stack.stack, compile_stack.size << 1,
6016 RETALLOC (regs->start, regs->num_regs, regoff_t);
6017 RETALLOC (regs->end, regs->num_regs, regoff_t);
390 # define RETALLOC macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c395 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
397 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2063 RETALLOC (COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2445 RETALLOC (COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3677 RETALLOC (compile_stack.stack, compile_stack.size << 1,
6021 RETALLOC (regs->start, regs->num_regs, regoff_t);
6022 RETALLOC (regs->end, regs->num_regs, regoff_t);
392 # define RETALLOC macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c395 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
397 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2063 RETALLOC (COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2445 RETALLOC (COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3678 RETALLOC (compile_stack.stack, compile_stack.size << 1,
6022 RETALLOC (regs->start, regs->num_regs, regoff_t);
6023 RETALLOC (regs->end, regs->num_regs, regoff_t);
392 # define RETALLOC macro

Completed in 200 milliseconds