Lines Matching refs:re_malloc
472 preg->fastmap = re_malloc (char, SBC_MAX); in regcomp()
691 re_comp_buf.fastmap = re_malloc (char, SBC_MAX); in re_comp()
770 dfa->re_str = re_malloc (char, length + 1); in re_compile_internal()
859 dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc); in init_dfa()
1169 dfa->nexts = re_malloc (Idx, dfa->nodes_alloc); in analyze()
1170 dfa->org_indices = re_malloc (Idx, dfa->nodes_alloc); in analyze()
1171 dfa->edests = re_malloc (re_node_set, dfa->nodes_alloc); in analyze()
1172 dfa->eclosures = re_malloc (re_node_set, dfa->nodes_alloc); in analyze()
1177 dfa->subexp_map = re_malloc (Idx, preg->re_nsub); in analyze()
1213 dfa->inveclosures = re_malloc (re_node_set, dfa->nodes_len); in analyze()
3827 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1); in create_token_tree()