php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcre2_memctl Struct Reference

#include <pcre2_internal.h>

Data Fields

void *(* malloc )(size_t, void *)
 
void(* free )(void *, void *)
 
voidmemory_data
 

Detailed Description

Definition at line 1823 of file pcre2_internal.h.

Field Documentation

◆ free

void(* pcre2_memctl::free) (void *, void *)

Definition at line 1825 of file pcre2_internal.h.

◆ malloc

void *(* pcre2_memctl::malloc) (size_t, void *)

Definition at line 1824 of file pcre2_internal.h.

◆ memory_data

void* pcre2_memctl::memory_data

Definition at line 1826 of file pcre2_internal.h.


The documentation for this struct was generated from the following file: