Searched refs:default_malloc (Results 1 – 6 of 6) 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 */ 164 { default_malloc, default_free, NULL }, 198 { default_malloc, default_free, NULL }, /* Default memory handling */
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_library_init.c | 45 static void *default_malloc(size_t size) { return malloc(size); } in default_malloc() function 49 # define default_malloc malloc macro 53 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);
|
/external/skia/ |
D | BUILD.bazel | 70 name = "default_malloc", 71 actual = "//src/ports:default_malloc",
|
/external/skia/experimental/bazel_test/ |
D | BUILD.bazel | 58 "//:default_malloc",
|
/external/skia/src/ports/ |
D | BUILD.bazel | 337 name = "default_malloc",
|