Home
last modified time | relevance | path

Searched refs:system_malloc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/boringssl/src/crypto/
H A Dmem.c490 int system_malloc) { in OPENSSL_vasprintf_internal() argument
491 void *(*allocate)(size_t) = system_malloc ? malloc : OPENSSL_malloc; in OPENSSL_vasprintf_internal()
492 void (*deallocate)(void *) = system_malloc ? free : OPENSSL_free; in OPENSSL_vasprintf_internal()
494 system_malloc ? realloc : OPENSSL_realloc; in OPENSSL_vasprintf_internal()
H A Dinternal.h1690 va_list args, int system_malloc) in OPENSSL_MSVC_PRAGMA()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dmem.c495 int system_malloc) { in OPENSSL_vasprintf_internal() argument
496 void *(*allocate)(size_t) = system_malloc ? malloc : OPENSSL_malloc; in OPENSSL_vasprintf_internal()
497 void (*deallocate)(void *) = system_malloc ? free : OPENSSL_free; in OPENSSL_vasprintf_internal()
499 system_malloc ? realloc : OPENSSL_realloc; in OPENSSL_vasprintf_internal()
H A Dinternal.h1660 va_list args, int system_malloc) in OPENSSL_MSVC_PRAGMA()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbuild_defs.bzl54 kwargs["malloc"] = "//base:system_malloc"