Searched defs:MEMLIMIT (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c214 #define MEMLIMIT 0x8000000 macro
1249 if (MEMSIZE(p) > MEMLIMIT)
1768 if (MEMSIZE(p) > MEMLIMIT || reallocarr(&p->strip, size, sizeof(sop))) {

Completed in 52 milliseconds