Searched refs:mem_alloc (Results 1 – 7 of 7) sorted by relevance
74 #ifndef mem_alloc75 #define mem_alloc(bsize) calloc(1, bsize) macro
75 *pp = loc = (caddr_t) mem_alloc (size); in xdr_reference()
93 *addrp = target = mem_alloc (nodesize); in xdr_array()
109 if ((xdrs->x_private = (caddr_t) mem_alloc (len)) == NULL) in x_inline()
81 #ifndef mem_alloc82 #define mem_alloc(bsize) calloc(1, bsize)93 -D'mem_alloc(a)'=NULL -D'mem_free(a,b)'='do { ; } while(0)'
195 rstrm = (RECSTREAM *) mem_alloc (sizeof (RECSTREAM)); in xdrrec_create()210 rstrm->out_buffer = mem_alloc (rstrm->sendsize + BYTES_PER_XDR_UNIT); in xdrrec_create()224 rstrm->in_buffer = mem_alloc (recvsize + BYTES_PER_XDR_UNIT); in xdrrec_create()
668 *cpp = sp = mem_alloc (nodesize); in xdr_bytes()816 *cpp = sp = mem_alloc (nodesize); in xdr_string()