1PCRE2_JIT_FREE_UNUSED_MEMORYL(i3b)rary Functions ManPuCaRlE2_JIT_FREE_UNUSED_MEMORY(3)
2
3
4
6 PCRE2 - Perl-compatible regular expressions (revised API)
7
9
10 #include <pcre2.h>
11
12 void pcre2_jit_free_unused_memory(pcre2_general_context *gcontext);
13
15
16 This function frees unused JIT executable memory. The argument is a
17 general context, for custom memory management, or NULL for standard
18 memory management. JIT memory allocation retains some memory in order
19 to improve future JIT compilation speed. In low memory conditions,
20 pcre2_jit_free_unused_memory() can be used to cause this memory to be
21 freed.
22
23 There is a complete description of the PCRE2 native API in the pcre2api
24 page and a description of the POSIX API in the pcre2posix page.
25
26
27
28PCRE2 10.00 27 October 2014PCRE2_JIT_FREE_UNUSED_MEMORY(3)