Searched refs:default_malloc (Results 1 – 3 of 3) sorted by relevance
/external/pcre/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 */ 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/ |
D | ares_library_init.c | 40 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/ |
D | lite_malloc.c | 113 static void *default_malloc(size_t n) in default_malloc() function 118 weak_alias(default_malloc, malloc);
|