Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/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 },
198 { default_malloc, default_free, NULL }, /* Default memory handling */
/third_party/nghttp2/lib/
Dnghttp2_mem.c27 static void *default_malloc(size_t size, void *mem_user_data) { in default_malloc() function
51 static nghttp2_mem mem_default = {NULL, default_malloc, default_free,
/third_party/node/deps/nghttp2/lib/
Dnghttp2_mem.c27 static void *default_malloc(size_t size, void *mem_user_data) { in default_malloc() function
51 static nghttp2_mem mem_default = {NULL, default_malloc, default_free,
/third_party/node/deps/cares/src/lib/
Dares_library_init.c50 static void *default_malloc(size_t size) in default_malloc() function
73 void *(*ares_malloc)(size_t size) = default_malloc;
/third_party/musl/porting/linux/user/src/malloc/
Dlite_malloc.c117 static void *default_malloc(size_t n) in default_malloc() function
125 weak_alias(default_malloc, malloc);
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_mem.c30 static void *default_malloc(size_t size, void *user_data) { in default_malloc() function
54 static const ngtcp2_mem mem_default = {NULL, default_malloc, default_free,
/third_party/musl/src/malloc/
Dlite_malloc.c117 static void *default_malloc(size_t n) in default_malloc() function
125 weak_alias(default_malloc, malloc);
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_mem.c31 static void *default_malloc(size_t size, void *user_data) { in default_malloc() function
55 static nghttp3_mem mem_default = {NULL, default_malloc, default_free,
/third_party/node/deps/uvwasi/src/
Duvwasi.c110 static void* default_malloc(size_t size, void* mem_user_data) { in default_malloc() function
151 default_malloc,