Searched refs:maxnodes (Results 1 – 2 of 2) sorted by relevance
390 int maxnodes = 2 + byte_inst_count_; in IsOnePass() local392 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()404 uint8* nodes = new uint8[maxnodes*statesize]; in IsOnePass()450 if (nalloc >= maxnodes) { in IsOnePass()454 nalloc, maxnodes); in IsOnePass()
335 get_nodes(struct tcb *tcp, unsigned long ptr, unsigned long maxnodes, int err) in get_nodes() argument339 nlongs = (maxnodes + 8 * sizeof(long) - 1) / (8 * sizeof(long)); in get_nodes()342 if (nlongs == 0 || ((err || verbose(tcp)) && (size * 8 == maxnodes) in get_nodes()378 tprintf(", %lu", maxnodes); in get_nodes()