100if (match_data !=
NULL)
102 if (match_data->heapframes !=
NULL)
103 match_data->memctl.free(match_data->heapframes,
104 match_data->memctl.memory_data);
106 match_data->memctl.free((
void *)match_data->subject,
107 match_data->memctl.memory_data);
108 match_data->memctl.free(match_data, match_data->memctl.memory_data);
void *PRIV memctl_malloc(size_t size, pcre2_memctl *memctl)