re_malloc 337 compat/regex/regcomp.c unsigned char *buf = re_malloc (unsigned char, dfa->mb_cur_max), *p; re_malloc 499 compat/regex/regcomp.c preg->fastmap = re_malloc (char, SBC_MAX); re_malloc 785 compat/regex/regcomp.c dfa->re_str = re_malloc (char, length + 1); re_malloc 859 compat/regex/regcomp.c dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc); re_malloc 1159 compat/regex/regcomp.c dfa->nexts = re_malloc (int, dfa->nodes_alloc); re_malloc 1160 compat/regex/regcomp.c dfa->org_indices = re_malloc (int, dfa->nodes_alloc); re_malloc 1161 compat/regex/regcomp.c dfa->edests = re_malloc (re_node_set, dfa->nodes_alloc); re_malloc 1162 compat/regex/regcomp.c dfa->eclosures = re_malloc (re_node_set, dfa->nodes_alloc); re_malloc 1167 compat/regex/regcomp.c dfa->subexp_map = re_malloc (int, preg->re_nsub); re_malloc 1203 compat/regex/regcomp.c dfa->inveclosures = re_malloc (re_node_set, dfa->nodes_len); re_malloc 3778 compat/regex/regcomp.c bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1); re_malloc 412 compat/regex/regex_internal.c pstr->offsets = re_malloc (int, pstr->bufs_len); re_malloc 985 compat/regex/regex_internal.c set->elems = re_malloc (int, size); re_malloc 997 compat/regex/regex_internal.c set->elems = re_malloc (int, 1); re_malloc 1012 compat/regex/regex_internal.c set->elems = re_malloc (int, 2); re_malloc 1045 compat/regex/regex_internal.c dest->elems = re_malloc (int, dest->alloc); re_malloc 1162 compat/regex/regex_internal.c dest->elems = re_malloc (int, dest->alloc); re_malloc 1717 compat/regex/regex_internal.c newstate->entrance_nodes = re_malloc (re_node_set, 1); re_malloc 374 compat/regex/regexec.c char *s = re_malloc (char, len); re_malloc 446 compat/regex/regexec.c pmatch = re_malloc (regmatch_t, nregs); re_malloc 500 compat/regex/regexec.c regs->start = re_malloc (regoff_t, need_regs); re_malloc 503 compat/regex/regexec.c regs->end = re_malloc (regoff_t, need_regs); re_malloc 698 compat/regex/regexec.c mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1); re_malloc 959 compat/regex/regexec.c sifted_states = re_malloc (re_dfastate_t *, match_last + 1); re_malloc 967 compat/regex/regexec.c lim_states = re_malloc (re_dfastate_t *, match_last + 1); re_malloc 1369 compat/regex/regexec.c fs->stack[num].regs = re_malloc (regmatch_t, nregs); re_malloc 1417 compat/regex/regexec.c fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc); re_malloc 1433 compat/regex/regexec.c prev_idx_match = re_malloc (regmatch_t, nmatch); re_malloc 3343 compat/regex/regexec.c dests_alloc = re_malloc (struct dests_alloc, 1); re_malloc 4165 compat/regex/regexec.c mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n); re_malloc 4166 compat/regex/regexec.c mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);