Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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 },
196 { default_malloc, default_free, NULL }, /* Default memory handling */
/external/libvterm/src/
Dvterm.c12 static void *default_malloc(size_t size, void *allocdata) in default_malloc() function
26 .malloc = &default_malloc,