Searched refs:default_malloc (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_context.c | 56 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 7 milliseconds