pcre2_jit_stack_free man page

Return to the .

This page is part of the PCRE2 HTML documentation. It was generated automatically from the original man page. If there is any nonsense in it, please consult the man page, in case the conversion went wrong.

SYNOPSIS

#include <pcre2.h>

void pcre2_jit_stack_free(pcre2_jit_stack *jit_stack);
DESCRIPTION

This function is used to free a JIT stack that was created by pcre2_jit_stack_create() when it is no longer needed. For more details, see the page.

There is a complete description of the PCRE2 native API in the page and a description of the POSIX API in the page.

Return to the .