Searched refs:new_alloc (Results 1 – 2 of 2) sorted by relevance
1064 Idx new_alloc = src1->nelem + src2->nelem + dest->alloc; in re_node_set_add_intersect() local1065 Idx *new_elems = re_realloc (dest->elems, Idx, new_alloc); in re_node_set_add_intersect()1069 dest->alloc = new_alloc; in re_node_set_add_intersect()1204 Idx new_alloc = 2 * (src->nelem + dest->alloc); in re_node_set_merge() local1205 Idx *new_buffer = re_realloc (dest->elems, Idx, new_alloc); in re_node_set_merge()1209 dest->alloc = new_alloc; in re_node_set_merge()1597 Idx new_alloc = 2 * spot->num + 2; in register_state() local1599 new_alloc); in register_state()1603 spot->alloc = new_alloc; in register_state()
2852 Idx new_alloc; in check_arrival() local2855 new_alloc = old_alloc + incr_alloc; in check_arrival()2856 if (__glibc_unlikely (SIZE_MAX / sizeof (re_dfastate_t *) < new_alloc)) in check_arrival()2858 new_array = re_realloc (path->array, re_dfastate_t *, new_alloc); in check_arrival()2862 path->alloc = new_alloc; in check_arrival()
Completed in 13 milliseconds