re_malloc         472 maint/gnulib/lib/regcomp.c   preg->fastmap = re_malloc (char, SBC_MAX);
re_malloc         691 maint/gnulib/lib/regcomp.c       re_comp_buf.fastmap = re_malloc (char, SBC_MAX);
re_malloc         770 maint/gnulib/lib/regcomp.c   dfa->re_str = re_malloc (char, length + 1);
re_malloc         859 maint/gnulib/lib/regcomp.c   dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc);
re_malloc        1169 maint/gnulib/lib/regcomp.c   dfa->nexts = re_malloc (Idx, dfa->nodes_alloc);
re_malloc        1170 maint/gnulib/lib/regcomp.c   dfa->org_indices = re_malloc (Idx, dfa->nodes_alloc);
re_malloc        1171 maint/gnulib/lib/regcomp.c   dfa->edests = re_malloc (re_node_set, dfa->nodes_alloc);
re_malloc        1172 maint/gnulib/lib/regcomp.c   dfa->eclosures = re_malloc (re_node_set, dfa->nodes_alloc);
re_malloc        1177 maint/gnulib/lib/regcomp.c   dfa->subexp_map = re_malloc (Idx, preg->re_nsub);
re_malloc        1213 maint/gnulib/lib/regcomp.c       dfa->inveclosures = re_malloc (re_node_set, dfa->nodes_len);
re_malloc        3809 maint/gnulib/lib/regcomp.c       bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1);
re_malloc         414 maint/gnulib/lib/regex_internal.c 			pstr->offsets = re_malloc (Idx, pstr->bufs_len);
re_malloc         973 maint/gnulib/lib/regex_internal.c   set->elems = re_malloc (Idx, size);
re_malloc         986 maint/gnulib/lib/regex_internal.c   set->elems = re_malloc (Idx, 1);
re_malloc        1001 maint/gnulib/lib/regex_internal.c   set->elems = re_malloc (Idx, 2);
re_malloc        1034 maint/gnulib/lib/regex_internal.c       dest->elems = re_malloc (Idx, dest->alloc);
re_malloc        1151 maint/gnulib/lib/regex_internal.c       dest->elems = re_malloc (Idx, dest->alloc);
re_malloc        1722 maint/gnulib/lib/regex_internal.c 	      re_node_set *entrance_nodes = re_malloc (re_node_set, 1);
re_malloc         340 maint/gnulib/lib/regexec.c 	s = re_malloc (char, len);
re_malloc         419 maint/gnulib/lib/regexec.c   pmatch = re_malloc (regmatch_t, nregs);
re_malloc         472 maint/gnulib/lib/regexec.c       regs->start = re_malloc (regoff_t, need_regs);
re_malloc         475 maint/gnulib/lib/regexec.c       regs->end = re_malloc (regoff_t, need_regs);
re_malloc         663 maint/gnulib/lib/regexec.c       mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1);
re_malloc         924 maint/gnulib/lib/regexec.c   sifted_states = re_malloc (re_dfastate_t *, match_last + 1);
re_malloc         932 maint/gnulib/lib/regexec.c       lim_states = re_malloc (re_dfastate_t *, match_last + 1);
re_malloc        1341 maint/gnulib/lib/regexec.c   fs->stack[num].regs = re_malloc (regmatch_t, 2 * nregs);
re_malloc        1397 maint/gnulib/lib/regexec.c       fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc);
re_malloc        4066 maint/gnulib/lib/regexec.c       mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n);
re_malloc        4067 maint/gnulib/lib/regexec.c       mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);