pcre32_jit_stack_alloc (3) Linux Manual Page
PCRE – Perl-compatible regular expressions Synopsis #include <pcre.h> pcre_jit_stack *pcre_jit_stack_alloc(int startsize, int maxsize); pcre16_jit_stack *pcre16_jit_stack_alloc(int startsize, int maxsize); pcre32_jit_stack *pcre32_jit_stack_alloc(int startsize, int maxsize); Description This function is used to create a stack for use by the code compiled by the JIT optimization of pcre[16|32]_study(). The arguments are a starting size for the stack, and a…
