Searched refs:default_malloc (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
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 }, 196 { default_malloc, default_free, NULL }, /* Default memory handling */
|
/external/libvterm/src/ |
D | vterm.c | 12 static void *default_malloc(size_t size, void *allocdata) in default_malloc() function 26 .malloc = &default_malloc,
|