Home
last modified time | relevance | path

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

/external/pcre/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 */
167 { default_malloc, default_free, NULL },
201 { default_malloc, default_free, NULL }, /* Default memory handling */
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_library_init.c40 static void *default_malloc(size_t size) { if (size == 0) { return NULL; } return malloc(size); } in default_malloc() function
50 void *(*ares_malloc)(size_t size) = default_malloc;
/external/musl/src/malloc/
Dlite_malloc.c113 static void *default_malloc(size_t n) in default_malloc() function
118 weak_alias(default_malloc, malloc);