Symbol: MALLOC
usr/src/cmd/audio/include/libaudio_impl.h
62
#define MALLOC(type) \
usr/src/cmd/fm/eversholt/common/alloc.h
47
#define MALLOC(nbytes) alloc_malloc(nbytes, __FILE__, __LINE__)
usr/src/cmd/fm/eversholt/common/alloc.h
54
#define MALLOC(nbytes) alloc_malloc(nbytes, "???", __LINE__)
usr/src/cmd/gencat/gencat.c
67
#define MALLOC(n) malloc((unsigned)(n))
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
37
#define MALLOC(n) kmem_alloc((n), KM_SLEEP)
usr/src/cmd/gss/gssd/gssd_clnt_stubs.c
58
#define MALLOC(n) malloc(n)
usr/src/cmd/gss/gssd/gssdtest.c
66
#define MALLOC(n) kmem_alloc((n), KM_SLEEP)
usr/src/cmd/gss/gssd/gssdtest.c
84
#define MALLOC(n) malloc(n)
usr/src/cmd/krb5/kwarn/kwarndtest.c
23
#define MALLOC(n) malloc(n)
usr/src/cmd/ldap/ns_ldap/mapping.c
83
#define MALLOC(ptr, len) \
usr/src/cmd/logadm/err.h
61
#define MALLOC(nbytes) err_malloc(nbytes, __FILE__, __LINE__)
usr/src/cmd/lp/cmd/lpadmin/options.c
59
#define MALLOC(pointer) \
usr/src/cmd/lp/model/netpr/netpr.h
84
#define MALLOC (int size, char * msg) \
usr/src/cmd/ypcmd/revnetgroup/util.h
40
#define MALLOC(object_type) ((object_type *) malloc(sizeof(object_type)))
usr/src/common/smbclnt/smbfs_ntacl.c
68
#define MALLOC(size) kmem_alloc(size, KM_SLEEP)
usr/src/common/smbclnt/smbfs_ntacl.c
71
#define MALLOC(size) malloc(size)
usr/src/uts/common/gssapi/include/mechglueP.h
687
#define MALLOC(n) kmem_alloc((n), KM_SLEEP)
usr/src/uts/common/gssapi/include/mechglueP.h
774
#define MALLOC(n) malloc(n)
usr/src/uts/common/gssapi/mechs/krb5/include/krb5.h
105
#define MALLOC(n) malloc(n)
usr/src/uts/common/gssapi/mechs/krb5/include/krb5.h
94
#undef MALLOC
usr/src/uts/common/gssapi/mechs/krb5/include/krb5.h
96
#define MALLOC(n) kmem_zalloc((n), KM_SLEEP)