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

/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregcomp.c1206 tre_tag_states_t *saved_states; local
1229 saved_states = xmalloc(sizeof(*saved_states) * (tnfa->num_submatches + 1));
1230 if (saved_states == NULL)
1240 saved_states[i].tag = -1;
1653 xfree(saved_states);

Completed in 30 milliseconds