mem_alloc
ad->ad_fullname = (char *)mem_alloc(ad->ad_fullnamelen + 1);
ad->ad_servername = (char *)mem_alloc(ad->ad_servernamelen + 1);
ad->ad_timehost = (char *)mem_alloc(strlen(timehost) + 1);
#define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type))
auth = mem_alloc(sizeof(*auth));
au = mem_alloc(sizeof(*au));
au->au_origcred.oa_base = mem_alloc((u_int) len);
if ((au->au_origcred.oa_base = mem_alloc((u_int) len)) == NULL) {
dg_fd_locks = (int *) mem_alloc(fd_allocsz);
dg_cv = (cond_t *) mem_alloc(cv_allocsz);
if ((cl = mem_alloc(sizeof (CLIENT))) == NULL)
cu = mem_alloc(sizeof (*cu) + sendsz + recvsz);
cl = (CLIENT *)mem_alloc(sizeof (*cl));
ct = (struct ct_data *)mem_alloc(sizeof (*ct));
vc_fd_locks = (int *) mem_alloc(fd_allocsz);
vc_cv = (cond_t *) mem_alloc(cv_allocsz);
mem_alloc(oa->oa_length);
mem_alloc(oa->oa_length);
mem_alloc(FD_SETSIZE * sizeof(SVCXPRT *));
s = mem_alloc(sizeof (struct svc_callout));
s = mem_alloc(sizeof(struct svc_callout));
asp = mem_alloc(sizeof (*asp));
entry->rname = (char *)mem_alloc((u_int)strlen(cred->adc_fullname.name)
mem_alloc(sizeof(struct cache_entry) * AUTHDES_CACHESZ);
authdes_lru = (short *)mem_alloc(sizeof(short) * AUTHDES_CACHESZ);
cred = (struct bsdcred *)mem_alloc(sizeof(struct bsdcred));
xprt = mem_alloc(sizeof (SVCXPRT));
su = mem_alloc(sizeof (*su));
if ((rpc_buffer(xprt) = mem_alloc(su->su_iosz)) == NULL)
xprt->xp_ltaddr.buf = mem_alloc(sizeof (struct sockaddr_storage));
xprt->xp_rtaddr.buf = mem_alloc(alen);
(type *) mem_alloc((sizeof (type) * (size)))
newbuf = mem_alloc(su->su_iosz);
r = mem_alloc(sizeof(*r));
xprt = mem_alloc(sizeof(SVCXPRT));
xprt->xp_ltaddr.buf = mem_alloc((size_t)sslocal.ss_len);
ret->xp_ltaddr.buf = mem_alloc((size_t)ss.ss_len);
ret->xp_rtaddr.buf = mem_alloc((size_t)ss.ss_len);
xprt = mem_alloc(sizeof(SVCXPRT));
cd = mem_alloc(sizeof(struct cf_conn));
newxprt->xp_rtaddr.buf = mem_alloc(len);
*cpp = sp = mem_alloc(nodesize);
*cpp = sp = mem_alloc(nodesize);
*addrp = target = mem_alloc(nodesize);
RECSTREAM *rstrm = mem_alloc(sizeof(RECSTREAM));
rstrm->out_base = mem_alloc(rstrm->sendsize);
rstrm->in_base = mem_alloc(recvsize);
*pp = loc = (caddr_t) mem_alloc(size);