Auteur: ph10 Date: À: admin CC: pcre-dev Sujet: Re: [pcre-dev] [Bug 1642] Tests fail due to stack space being
limited to 16 M
On Mon, 15 Jun 2015, admin@??? wrote:
> Would it be possible to change the recursion limit from number of calls to
> amount of memory? This would eliminate the wild guess of how many memory a call
> needs.
As far as I know, there is no standard (OS-independent) way of finding
out, from within a C program, anything about the amount of memory
available on either the stack or the heap.