Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/allocate/
H A Dallocate.c51 #define ALLOC "allocate" macro
/titanic_50/usr/src/cmd/avs/sdbc/
H A Dsdbc_dynmem.c80 ALLOC, enumerator
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h96 #define ALLOC(x) (struct x *)malloc(sizeof (struct x)) macro
/titanic_50/usr/src/uts/common/rpc/sec/
H A Dauth_des.c63 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof (object_type)) macro
/titanic_50/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c299 #define ALLOC(type, size) \ macro
/titanic_50/usr/src/common/mpi/
H A Dmpi.h374 #define ALLOC(MP) MP_ALLOC(MP) macro
/titanic_50/usr/src/uts/common/tnf/
H A Dtnf_types.h90 #define ALLOC(ops, size, mem, index_p, saved_mode) \ macro
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c441 #define ALLOC(NUM,TYPE) \ macro
/titanic_50/usr/src/cmd/make/include/mksh/
H A Ddefs.h153 #define ALLOC(x) ((struct _##x *)getmem(sizeof (struct _##x))) macro