Home
last modified time | relevance | path

Searched refs:gc_malloc (Results 1 – 25 of 93) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dd-frontend.h25 extern "C" void *gc_malloc (size_t sz, unsigned ba = 0, const void *ti = NULL);
33 void *ptr = gc_malloc (sizeof (T)); in d_gc_malloc()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/gcstub/
H A Dgc.d51 extern (C) void* function(size_t, uint, const TypeInfo) gc_malloc;
88 pthis.gc_malloc = &gc_malloc; in initProxy()
188 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo ti = null )
198 return proxy.gc_malloc( sz, ba, ti );
206 retval.base = gc_malloc(sz, ba);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/gcstub/
H A Dgc.d51 extern (C) void* function(size_t, uint, const TypeInfo) gc_malloc;
88 pthis.gc_malloc = &gc_malloc; in initProxy()
188 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo ti = null )
198 return proxy.gc_malloc( sz, ba, ti );
206 retval.base = gc_malloc(sz, ba);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/gcstub/
H A Dgc.d51 extern (C) void* function(size_t, uint, const TypeInfo) gc_malloc;
88 pthis.gc_malloc = &gc_malloc; in initProxy()
188 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo ti = null )
198 return proxy.gc_malloc( sz, ba, ti );
206 retval.base = gc_malloc(sz, ba);
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dbuffer.h156 #define gc_malloc(size, clear, arena) gc_malloc_debug(size, clear, arena, __FILE__, __LINE__) macro
180 void *gc_malloc(size_t size, bool clear, struct gc_arena *a);
1047 (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(type), (n), 0), false, (gc)); \
1058 (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(type), (n), 0), true, (gc)); \
1063 … (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(atype), (n), sizeof(type)), true, (gc)); \
1068 (dptr) = (type *) gc_malloc(sizeof(type), false, (gc)); \
1073 (dptr) = (type *) gc_malloc(sizeof(type), true, (gc)); \
H A Dmisc.c309 char *response = (char *) gc_malloc(USER_PASS_LEN, false, &gc); in get_user_pass_cr()
367 char *response = (char *) gc_malloc(USER_PASS_LEN, false, &gc); in get_user_pass_cr()
424 char *work = (char *) gc_malloc(len+1, false, gc); in get_auth_challenge()
472 ac->user = (char *) gc_malloc(strlen(work)+1, true, gc); in get_auth_challenge()
678 char *ret = gc_malloc(strlen(src)+1, false, gc); in sanitize_control_message()
H A Dssl_verify_mbedtls.c175 buf = gc_malloc(buflen, true, gc); in backend_x509_get_serial()
196 buf = gc_malloc(len, true, gc); in backend_x509_get_serial_hex()
286 val = gc_malloc(orig->len+1, false, gc); in asn1_buf_to_c_string()
H A Dargv.c299 char *f = gc_malloc(strlen(format) + 1, true, gc); in argv_prep_format()
392 char *buf = gc_malloc(size, false, &argres->gc); in argv_printf_arglist()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dbuffer.h156 #define gc_malloc(size, clear, arena) gc_malloc_debug(size, clear, arena, __FILE__, __LINE__) macro
180 void *gc_malloc(size_t size, bool clear, struct gc_arena *a);
1063 (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(type), (n), 0), false, (gc)); \
1074 (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(type), (n), 0), true, (gc)); \
1079 … (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(atype), (n), sizeof(type)), true, (gc)); \
1084 (dptr) = (type *) gc_malloc(sizeof(type), false, (gc)); \
1089 (dptr) = (type *) gc_malloc(sizeof(type), true, (gc)); \
H A Dmisc.c289 char *response = (char *) gc_malloc(USER_PASS_LEN, false, &gc); in get_user_pass_cr()
347 char *response = (char *) gc_malloc(USER_PASS_LEN, false, &gc); in get_user_pass_cr()
404 char *work = (char *) gc_malloc(len+1, false, gc); in get_auth_challenge()
452 ac->user = (char *) gc_malloc(strlen(work)+1, true, gc); in get_auth_challenge()
631 char *ret = gc_malloc(strlen(src)+1, false, gc); in sanitize_control_message()
H A Dargv.c299 char *f = gc_malloc(strlen(format) + 1, true, gc); in argv_prep_format()
392 char *buf = gc_malloc(size, false, &argres->gc); in argv_printf_arglist()
H A Dwin32-util.c46 WCHAR *ucs16 = gc_malloc(n * sizeof(WCHAR), false, gc); in wide_string()
H A Dssl_verify_mbedtls.c191 buf = gc_malloc(buflen, true, gc); in backend_x509_get_serial()
212 buf = gc_malloc(len, true, gc); in backend_x509_get_serial_hex()
302 val = gc_malloc(orig->len+1, false, gc); in asn1_buf_to_c_string()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dbuffer.h156 #define gc_malloc(size, clear, arena) gc_malloc_debug(size, clear, arena, __FILE__, __LINE__) macro
180 void *gc_malloc(size_t size, bool clear, struct gc_arena *a);
1047 (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(type), (n), 0), false, (gc)); \
1058 (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(type), (n), 0), true, (gc)); \
1063 … (dptr) = (type *) gc_malloc(array_mult_safe(sizeof(atype), (n), sizeof(type)), true, (gc)); \
1068 (dptr) = (type *) gc_malloc(sizeof(type), false, (gc)); \
1073 (dptr) = (type *) gc_malloc(sizeof(type), true, (gc)); \
H A Dmisc.c309 char *response = (char *) gc_malloc(USER_PASS_LEN, false, &gc); in get_user_pass_cr()
367 char *response = (char *) gc_malloc(USER_PASS_LEN, false, &gc); in get_user_pass_cr()
424 char *work = (char *) gc_malloc(len+1, false, gc); in get_auth_challenge()
472 ac->user = (char *) gc_malloc(strlen(work)+1, true, gc); in get_auth_challenge()
678 char *ret = gc_malloc(strlen(src)+1, false, gc); in sanitize_control_message()
H A Dssl_verify_mbedtls.c175 buf = gc_malloc(buflen, true, gc); in backend_x509_get_serial()
196 buf = gc_malloc(len, true, gc); in backend_x509_get_serial_hex()
286 val = gc_malloc(orig->len+1, false, gc); in asn1_buf_to_c_string()
H A Dargv.c299 char *f = gc_malloc(strlen(format) + 1, true, gc); in argv_prep_format()
392 char *buf = gc_malloc(size, false, &argres->gc); in argv_printf_arglist()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d21 … extern (C) void* gc_malloc( size_t sz, uint ba = 0, const scope TypeInfo = null ) pure nothrow;
105 return .gc_malloc(size, bits, ti); in malloc()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/
H A Dmemory.d122 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo = null ) pure nothrow;
380 return gc_malloc( sz, ba, ti );
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/
H A Dmemory.d122 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo = null ) pure nothrow;
380 return gc_malloc( sz, ba, ti );
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/
H A Dmemory.d122 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo = null ) pure nothrow;
380 return gc_malloc( sz, ba, ti );
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/
H A Dmemory.d122 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo = null ) pure nothrow;
380 return gc_malloc( sz, ba, ti );
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/
H A Dmemory.d122 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo = null ) pure nothrow;
380 return gc_malloc( sz, ba, ti );
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/
H A Dmemory.d122 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo = null ) pure nothrow;
380 return gc_malloc( sz, ba, ti );
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/
H A Dmemory.d122 extern (C) void* gc_malloc( size_t sz, uint ba = 0, const TypeInfo = null ) pure nothrow;
380 return gc_malloc( sz, ba, ti );

1234