pcre2_maketables_free (3) Linux Manual Page
PCRE2 – Perl-compatible regular expressions (revised API) Synopsis #include <pcre2.h> void pcre2_maketables_free(pcre2_general_context *gcontext, const uint8_t *tables); Description This function discards a set of character tables that were created by a call to pcre2_maketables(). The gcontext parameter should match what was used in that call to account for any custom allocators that might be in use;…
