[pcre-dev] [Bug 2412] Want function to get size of malloc da…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2412] Want function to get size of malloc data inside pcre2_match_data_create_from_pattern
https://bugs.exim.org/show_bug.cgi?id=2412

--- Comment #1 from Philip Hazel <ph10@???> ---
This would have to be a new function called, say, pcre2_get_match_data_size(),
with a match_data block as an argument. It should be straightforward, and I
have noted the requirement. In the meantime, you can get information about all
PCRE2's memory use by providing your own malloc() and free() functions.

--
You are receiving this mail because:
You are on the CC list for the bug.