Searched refs:system_malloc (Results 1 – 5 of 5) sorted by relevance
490 int system_malloc) { in OPENSSL_vasprintf_internal() argument491 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()
1690 va_list args, int system_malloc) in OPENSSL_MSVC_PRAGMA()
495 int system_malloc) { in OPENSSL_vasprintf_internal() argument496 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()
1660 va_list args, int system_malloc) in OPENSSL_MSVC_PRAGMA()
54 kwargs["malloc"] = "//base:system_malloc"