summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-06-14 07:54:36 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-06-14 07:54:36 +0000
commit71ecd01f8b10d6e24d8cdc5d36f957759a424959 (patch)
treee6e84b87706a8abf9ade10e2514ad5b311a7755a /pcre.h.in
parent5a028fa41e84e2094571077c315ffedc93c1af25 (diff)
downloadpcre-71ecd01f8b10d6e24d8cdc5d36f957759a424959.tar.gz
Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT executable memory. Patch inspired by Carsten Klein.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1338 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcre.h.in b/pcre.h.in
index d676633..44df834 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -655,6 +655,9 @@ PCRE_EXP_DECL void pcre16_assign_jit_stack(pcre16_extra *,
pcre16_jit_callback, void *);
PCRE_EXP_DECL void pcre32_assign_jit_stack(pcre32_extra *,
pcre32_jit_callback, void *);
+PCRE_EXP_DECL void pcre_jit_free_unused_memory(void);
+PCRE_EXP_DECL void pcre16_jit_free_unused_memory(void);
+PCRE_EXP_DECL void pcre32_jit_free_unused_memory(void);
#ifdef __cplusplus
} /* extern "C" */