Home
last modified time | relevance | path

Searched refs:default_malloc (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_context.c56 static void *default_malloc(size_t size, void *data) in default_malloc() function
95 newmemctl->malloc = default_malloc; in PRIV()
119 if (private_malloc == NULL) private_malloc = default_malloc; in pcre2_general_context_create()
134 { default_malloc, default_free, NULL }, /* Default memory handling */
164 { default_malloc, default_free, NULL },
198 { default_malloc, default_free, NULL }, /* Default memory handling */

Completed in 6 milliseconds