| 166 |
\fBpcre_stack_malloc\fP and \fBpcre_stack_free\fP variables to call memory |
\fBpcre_stack_malloc\fP and \fBpcre_stack_free\fP variables to call memory |
| 167 |
management functions. By default these point to \fBmalloc()\fP and |
management functions. By default these point to \fBmalloc()\fP and |
| 168 |
\fBfree()\fP, but you can replace the pointers so that your own functions are |
\fBfree()\fP, but you can replace the pointers so that your own functions are |
| 169 |
used. |
used. |
| 170 |
.P |
.P |
| 171 |
Separate functions are provided rather than using \fBpcre_malloc\fP and |
Separate functions are provided rather than using \fBpcre_malloc\fP and |
| 172 |
\fBpcre_free\fP because the usage is very predictable: the block sizes |
\fBpcre_free\fP because the usage is very predictable: the block sizes |