--- embedaddon/pcre/doc/html/pcre_jit_stack_free.html 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/html/pcre_jit_stack_free.html 2013/07/22 08:25:57 1.1.1.3 @@ -24,12 +24,15 @@ SYNOPSIS

void pcre16_jit_stack_free(pcre16_jit_stack *stack);

+

+void pcre32_jit_stack_free(pcre32_jit_stack *stack); +


DESCRIPTION

This function is used to free a JIT stack that was created by -pcre[16]_jit_stack_alloc() when it is no longer needed. For more details, +pcre[16|32]_jit_stack_alloc() when it is no longer needed. For more details, see the pcrejit page.