re_malloc         489 lib/regcomp.c    preg->fastmap = re_malloc (char, SBC_MAX);
re_malloc         794 lib/regcomp.c    dfa->re_str = re_malloc (char, length + 1);
re_malloc         882 lib/regcomp.c    dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc);
re_malloc        1153 lib/regcomp.c    dfa->nexts = re_malloc (Idx, dfa->nodes_alloc);
re_malloc        1154 lib/regcomp.c    dfa->org_indices = re_malloc (Idx, dfa->nodes_alloc);
re_malloc        1155 lib/regcomp.c    dfa->edests = re_malloc (re_node_set, dfa->nodes_alloc);
re_malloc        1156 lib/regcomp.c    dfa->eclosures = re_malloc (re_node_set, dfa->nodes_alloc);
re_malloc        1161 lib/regcomp.c    dfa->subexp_map = re_malloc (Idx, preg->re_nsub);
re_malloc        1197 lib/regcomp.c        dfa->inveclosures = re_malloc (re_node_set, dfa->nodes_len);
re_malloc        3773 lib/regcomp.c        bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1);
re_malloc         406 lib/regex_internal.c 			pstr->offsets = re_malloc (Idx, pstr->bufs_len);
re_malloc         977 lib/regex_internal.c   set->elems = re_malloc (Idx, size);
re_malloc         989 lib/regex_internal.c   set->elems = re_malloc (Idx, 1);
re_malloc        1004 lib/regex_internal.c   set->elems = re_malloc (Idx, 2);
re_malloc        1037 lib/regex_internal.c       dest->elems = re_malloc (Idx, dest->alloc);
re_malloc        1154 lib/regex_internal.c       dest->elems = re_malloc (Idx, dest->alloc);
re_malloc        1721 lib/regex_internal.c 	      newstate->entrance_nodes = re_malloc (re_node_set, 1);
re_malloc         394 lib/regexec.c  	s = re_malloc (char, len);
re_malloc         478 lib/regexec.c    pmatch = re_malloc (regmatch_t, nregs);
re_malloc         532 lib/regexec.c        regs->start = re_malloc (regoff_t, need_regs);
re_malloc         535 lib/regexec.c        regs->end = re_malloc (regoff_t, need_regs);
re_malloc         738 lib/regexec.c        mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1);
re_malloc        1003 lib/regexec.c    sifted_states = re_malloc (re_dfastate_t *, match_last + 1);
re_malloc        1011 lib/regexec.c        lim_states = re_malloc (re_dfastate_t *, match_last + 1);
re_malloc        1415 lib/regexec.c    fs->stack[num].regs = re_malloc (regmatch_t, nregs);
re_malloc        1463 lib/regexec.c        fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc);
re_malloc        1477 lib/regexec.c        prev_idx_match = re_malloc (regmatch_t, nmatch);
re_malloc        3392 lib/regexec.c        dests_alloc = re_malloc (struct dests_alloc, 1);
re_malloc        4223 lib/regexec.c        mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n);
re_malloc        4224 lib/regexec.c        mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);