Home | History | Annotate | Download | only in lib

Lines Matching refs:re_malloc

391 	s = re_malloc (char, len);
472 pmatch = re_malloc (regmatch_t, nregs);
526 regs->start = re_malloc (regoff_t, need_regs);
529 regs->end = re_malloc (regoff_t, need_regs);
734 mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1);
999 sifted_states = re_malloc (re_dfastate_t *, match_last + 1);
1007 lim_states = re_malloc (re_dfastate_t *, match_last + 1);
1411 fs->stack[num].regs = re_malloc (regmatch_t, nregs);
1459 fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc);
1473 prev_idx_match = re_malloc (regmatch_t, nmatch);
3385 dests_alloc = re_malloc (struct dests_alloc, 1);
4210 mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n);
4211 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);