Home | History | Annotate | Download | only in re2

Lines Matching refs:max_mem

57   DFA(Prog* prog, Prog::MatchKind kind, int64 max_mem);
434 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64 max_mem)
441 mem_budget_(max_mem),
460 max_mem);
475 prog_->size(), max_mem);