Home
last modified time | relevance | path

Searched refs:default_malloc (Results 1 – 6 of 6) 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 */
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/
Dares_library_init.c45 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/
Dlite_malloc.c113 static void *default_malloc(size_t n) in default_malloc() function
118 weak_alias(default_malloc, malloc);
/external/skia/
DBUILD.bazel70 name = "default_malloc",
71 actual = "//src/ports:default_malloc",
/external/skia/experimental/bazel_test/
DBUILD.bazel58 "//:default_malloc",
/external/skia/src/ports/
DBUILD.bazel337 name = "default_malloc",