COMPILE_WORK_SIZE 2446 ext/pcre/pcrelib/pcre_compile.c if (code > cd->start_workspace + COMPILE_WORK_SIZE) /* Check for overrun */ COMPILE_WORK_SIZE 2495 ext/pcre/pcrelib/pcre_compile.c else if (cd->hwm > cd->start_workspace + COMPILE_WORK_SIZE) COMPILE_WORK_SIZE 5820 ext/pcre/pcrelib/pcre_compile.c uschar cworkspace[COMPILE_WORK_SIZE];