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