Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c49 #define ALLOC "allocate" macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h94 #define ALLOC(x) (struct x *)malloc(sizeof (struct x)) macro
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c61 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof (object_type)) macro
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c297 #define ALLOC(type, size) \ macro
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h374 #define ALLOC(MP) MP_ALLOC(MP) macro
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c441 #define ALLOC(NUM,TYPE) \ macro
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h153 #define ALLOC(x) ((struct _##x *)getmem(sizeof (struct _##x))) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c3621 #define ALLOC(size) malloc(size) macro