Home
last modified time | relevance | path

Searched defs:ALLOC (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/crypto/heimdal/kadmin/
Dkadmin_locl.h103 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
/freebsd-10-stable/crypto/heimdal/kdc/
Dheaders.h110 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X)))) macro
/freebsd-10-stable/crypto/heimdal/lib/gssapi/spnego/
Dspnego_locl.h76 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
/freebsd-10-stable/usr.sbin/fifolog/lib/
Dfifolog_write_poll.c47 #define ALLOC(ptr, size) do { \ macro
/freebsd-10-stable/games/fortune/strfile/
Dstrfile.c87 #define ALLOC(ptr, sz) do { \ macro
/freebsd-10-stable/lib/libc/rpc/
Dauth_des.c66 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) macro
Dsvc_dg.c456 #define ALLOC(type, size) \ macro
/freebsd-10-stable/sys/kern/
Dkern_gzio.c42 #define ALLOC(size) malloc(size, M_TEMP, M_WAITOK | M_ZERO) macro
/freebsd-10-stable/contrib/amd/include/
Dam_utils.h133 #define ALLOC(ty) ((ty *) xmalloc(sizeof(ty))) macro
/freebsd-10-stable/crypto/heimdal/lib/krb5/
Dkrb5_locl.h188 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
/freebsd-10-stable/crypto/heimdal/lib/hx509/
Dcms.c56 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
Dregress_bufferevent.c208 ALLOC, FREE, enumerator