Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c392 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
394 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2052 RETALLOC (COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2432 RETALLOC (COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T); in PREFIX()
3664 RETALLOC (compile_stack.stack, compile_stack.size << 1, in PREFIX()
6004 RETALLOC (regs->start, regs->num_regs, regoff_t); in wcs_re_match_2_internal()
6005 RETALLOC (regs->end, regs->num_regs, regoff_t); in wcs_re_match_2_internal()