Lines Matching refs:re_malloc
390 s = re_malloc (char, len); in weak_alias()
471 pmatch = re_malloc (regmatch_t, nregs); in re_search_stub()
525 regs->start = re_malloc (regoff_t, need_regs); in re_copy_regs()
528 regs->end = re_malloc (regoff_t, need_regs); in re_copy_regs()
731 mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1); in re_search_internal()
996 sifted_states = re_malloc (re_dfastate_t *, match_last + 1); in prune_impossible_nodes()
1004 lim_states = re_malloc (re_dfastate_t *, match_last + 1); in prune_impossible_nodes()
1408 fs->stack[num].regs = re_malloc (regmatch_t, nregs); in push_fail_stack()
1456 fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc); in set_regs()
1470 prev_idx_match = re_malloc (regmatch_t, nmatch); in set_regs()
3381 dests_alloc = re_malloc (struct dests_alloc, 1); in build_trtable()
4205 mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n); in match_ctx_init()
4206 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()