re_malloc         450 lib/regcomp.c    preg->fastmap = re_malloc (char, SBC_MAX);
re_malloc         665 lib/regcomp.c        re_comp_buf.fastmap = re_malloc (char, SBC_MAX);
re_malloc         744 lib/regcomp.c    dfa->re_str = re_malloc (char, length + 1);
re_malloc         827 lib/regcomp.c    dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc);
re_malloc        1131 lib/regcomp.c    dfa->nexts = re_malloc (Idx, dfa->nodes_alloc);
re_malloc        1132 lib/regcomp.c    dfa->org_indices = re_malloc (Idx, dfa->nodes_alloc);
re_malloc        1133 lib/regcomp.c    dfa->edests = re_malloc (re_node_set, dfa->nodes_alloc);
re_malloc        1134 lib/regcomp.c    dfa->eclosures = re_malloc (re_node_set, dfa->nodes_alloc);
re_malloc        1139 lib/regcomp.c    dfa->subexp_map = re_malloc (Idx, preg->re_nsub);
re_malloc        1175 lib/regcomp.c        dfa->inveclosures = re_malloc (re_node_set, dfa->nodes_len);
re_malloc        3683 lib/regcomp.c        bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1);
re_malloc         405 lib/regex_internal.c 			pstr->offsets = re_malloc (Idx, pstr->bufs_len);
re_malloc         939 lib/regex_internal.c   set->elems = re_malloc (Idx, size);
re_malloc         952 lib/regex_internal.c   set->elems = re_malloc (Idx, 1);
re_malloc         967 lib/regex_internal.c   set->elems = re_malloc (Idx, 2);
re_malloc        1000 lib/regex_internal.c       dest->elems = re_malloc (Idx, dest->alloc);
re_malloc        1117 lib/regex_internal.c       dest->elems = re_malloc (Idx, dest->alloc);
re_malloc        1680 lib/regex_internal.c 	      re_node_set *entrance_nodes = re_malloc (re_node_set, 1);
re_malloc         334 lib/regexec.c  	s = re_malloc (char, len);
re_malloc         413 lib/regexec.c    pmatch = re_malloc (regmatch_t, nregs);
re_malloc         466 lib/regexec.c        regs->start = re_malloc (regoff_t, need_regs);
re_malloc         469 lib/regexec.c        regs->end = re_malloc (regoff_t, need_regs);
re_malloc         657 lib/regexec.c        mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1);
re_malloc         911 lib/regexec.c    sifted_states = re_malloc (re_dfastate_t *, match_last + 1);
re_malloc         919 lib/regexec.c        lim_states = re_malloc (re_dfastate_t *, match_last + 1);
re_malloc        1324 lib/regexec.c    fs->stack[num].regs = re_malloc (regmatch_t, 2 * nregs);
re_malloc        1381 lib/regexec.c        fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc);
re_malloc        4023 lib/regexec.c        mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n);
re_malloc        4024 lib/regexec.c        mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);