1PCRE2_SET_RECURSION_MEMORY_MLAiNbArGaErMyENFTu(n3cP)tCiRoEn2s_SMEaTn_uRaElCURSION_MEMORY_MANAGEMENT(3)
2
3
4
6 PCRE2 - Perl-compatible regular expressions (revised API)
7
9
10 #include <pcre2.h>
11
12 int pcre2_set_recursion_memory_management(
13 pcre2_match_context *mcontext,
14 void *(*private_malloc)(PCRE2_SIZE, void *),
15 void (*private_free)(void *, void *), void *memory_data);
16
18
19 From release 10.30 onwards, this function is obsolete and does nothing.
20 The result is always zero.
21
22 There is a complete description of the PCRE2 native API in the pcre2api
23 page and a description of the POSIX API in the pcre2posix page.
24
25
26
27PCRE2 10.30 25 MarPcChRE220_1S7ET_RECURSION_MEMORY_MANAGEMENT(3)