Home | History | Annotate | Download | only in lib

Lines Matching defs:new_alloc

2942       Idx new_alloc = old_alloc + last_str + mctx->max_mb_elem_len + 1;
2943 if (BE (new_alloc < old_alloc, 0)
2944 || BE (SIZE_MAX / sizeof (re_dfastate_t *) < new_alloc, 0))
2946 new_array = re_realloc (path->array, re_dfastate_t *, new_alloc);
2950 path->alloc = new_alloc;