Home | History | Annotate | Download | only in libiberty

Lines Matching refs:REALLOC

133 char *realloc ();
324 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
371 # define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize)
395 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
2013 The REALLOC define eliminates a flurry of conversion warnings,
2016 # define REALLOC(p,s) realloc ((p), (size_t) (s))
2019 # define REALLOC(p,s) realloc ((p), (s))
2022 /* Extend the buffer by twice its current size via realloc and
2091 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
2435 { /* If zero allocated, but buffer is non-null, try to realloc
3686 whole pattern moves because of realloc, they will still
4225 = (PREFIX(fail_stack_elt_t) *) realloc (fail_stack.stack,