mem_alloc
objp->nextentry = (entry4 *)mem_alloc(sizeof (entry4));
mem_alloc(sizeof (action_list));
*objp = (char *) mem_alloc(size);
*objp = (char *) mem_alloc(size);
*objp = (char *) mem_alloc(size);
mem_alloc(sizeof (db_free_entry));
mem_alloc(sizeof (db_index_entry));
RECSTREAM *rstrm = (RECSTREAM *)mem_alloc(sizeof (RECSTREAM));
rstrm->the_buffer = mem_alloc(sendsize + recvsize + BYTES_PER_XDR_UNIT);
h = (CLIENT *)mem_alloc(sizeof (*h));
ct = (struct ct_data *)mem_alloc(sizeof (*ct));
cl = (CLIENT *)mem_alloc(sizeof (CLIENT));
cu = (struct cu_data *)mem_alloc(sizeof (*cu) + sendsz + recvsz);
r = (struct tcp_rendezvous *)mem_alloc(sizeof (*r));
cd = (struct tcp_conn *)mem_alloc(sizeof (struct tcp_conn));
su = (struct svcudp_data *)mem_alloc(sizeof (*su));
if ((rpc_buffer(xprt) = (char *)mem_alloc(su->su_iosz)) == NULL) {
(type *) mem_alloc((unsigned) (sizeof (type) * (size)))
newbuf = (char *)mem_alloc(su->su_iosz);
mem_alloc(oa->oa_length);
mem_alloc(oa->oa_length);
mem_alloc(oa->oa_length);
(dest).value = (void *) mem_alloc((dest).length); \
ad->ad_fullname = mem_alloc(ad->ad_fullnamelen + 1);
ad->ad_servername = mem_alloc(ad->ad_servernamelen + 1);
#define ALLOC(object_type) (object_type *) mem_alloc(sizeof (object_type))
if ((pdup = (rpc_gss_principal_t)mem_alloc(len)) == NULL)
*cpp = sp = (char *)mem_alloc(nodesize);
sp = (char *)mem_alloc(nodesize);
*addrp = target = (char *)mem_alloc(nodesize);
*pp = loc = (caddr_t)mem_alloc(size);
if ((xdrs->x_private = (caddr_t)mem_alloc(len)) == NULL) {
if ((xdrp->inline_buf = (caddr_t)mem_alloc(len)) == NULL) {
top_page_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE);
bi->bi_pt_window = (native_ptr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE);
paddr_t new_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE);
extern void *mem_alloc(uint32_t size);