Searched defs:ALLOC (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/crypto/heimdal/kadmin/ |
| D | kadmin_locl.h | 103 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
|
| /freebsd-10-stable/crypto/heimdal/kdc/ |
| D | headers.h | 110 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X)))) macro
|
| /freebsd-10-stable/crypto/heimdal/lib/gssapi/spnego/ |
| D | spnego_locl.h | 76 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
|
| /freebsd-10-stable/usr.sbin/fifolog/lib/ |
| D | fifolog_write_poll.c | 47 #define ALLOC(ptr, size) do { \ macro
|
| /freebsd-10-stable/games/fortune/strfile/ |
| D | strfile.c | 87 #define ALLOC(ptr, sz) do { \ macro
|
| /freebsd-10-stable/lib/libc/rpc/ |
| D | auth_des.c | 66 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) macro
|
| D | svc_dg.c | 456 #define ALLOC(type, size) \ macro
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_gzio.c | 42 #define ALLOC(size) malloc(size, M_TEMP, M_WAITOK | M_ZERO) macro
|
| /freebsd-10-stable/contrib/amd/include/ |
| D | am_utils.h | 133 #define ALLOC(ty) ((ty *) xmalloc(sizeof(ty))) macro
|
| /freebsd-10-stable/crypto/heimdal/lib/krb5/ |
| D | krb5_locl.h | 188 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
|
| /freebsd-10-stable/crypto/heimdal/lib/hx509/ |
| D | cms.c | 56 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_bufferevent.c | 208 ALLOC, FREE, enumerator
|