COMPILE_WORK_SIZE_MAX  916 ext/pcre/pcrelib/pcre_compile.c if (newsize > COMPILE_WORK_SIZE_MAX) newsize = COMPILE_WORK_SIZE_MAX;
COMPILE_WORK_SIZE_MAX  917 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size >= COMPILE_WORK_SIZE_MAX ||