Searched defs:ALLOC (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dkadmin_locl.h102 #undef ALLOC macro
103 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dheaders.h109 #undef ALLOC macro
110 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X)))) macro
/freebsd-13-stable/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h76 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c49 #define ALLOC(ptr, size) do { \ macro
/freebsd-13-stable/lib/libc/rpc/
H A Dauth_des.c68 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) macro
H A Dsvc_dg.c458 #define ALLOC(type, size) \ macro
/freebsd-13-stable/usr.bin/fortune/strfile/
H A Dstrfile.c87 #define ALLOC(ptr, sz) do { \ macro
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcms.c56 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrb5_locl.h188 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c208 ALLOC, FREE, enumerator in enum:__anon5394::__anon5395
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_bufferevent.c215 ALLOC, FREE, enumerator in enum:__anon1215::__anon1216

Completed in 205 milliseconds