Home
last modified time | relevance | path

Searched refs:mem_free (Results 1 – 17 of 17) sorted by relevance

/glibc-2.36/sunrpc/
Dauth_unix.c114 mem_free (auth, sizeof (*auth)); in authunix_create()
115 mem_free (au, sizeof (*au)); in authunix_create()
255 mem_free (au->au_shcred.oa_base, in authunix_validate()
323 mem_free (au->au_origcred.oa_base, au->au_origcred.oa_length); in authunix_destroy()
326 mem_free (au->au_shcred.oa_base, au->au_shcred.oa_length); in authunix_destroy()
328 mem_free (auth->ah_private, sizeof (struct audata)); in authunix_destroy()
331 mem_free (auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
333 mem_free ((caddr_t) auth, sizeof (*auth)); in authunix_destroy()
Dsvc_udp.c162 mem_free (xprt, sizeof (SVCXPRT)); in svcudp_bufcreate()
163 mem_free (su, sizeof (*su)); in svcudp_bufcreate()
164 mem_free (buf, ((MAX (sendsz, recvsz) + 3) / 4) * 4); in svcudp_bufcreate()
394 mem_free (rpc_buffer (xprt), su->su_iosz); in svcudp_destroy()
395 mem_free ((caddr_t) su, sizeof (struct svcudp_data)); in svcudp_destroy()
396 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svcudp_destroy()
495 mem_free (uc, sizeof (struct udp_cache)); in svcudp_enablecache()
502 mem_free (uc->uc_entries, size * SPARSENESS); in svcudp_enablecache()
503 mem_free (uc, sizeof (struct udp_cache)); in svcudp_enablecache()
557 mem_free (victim, sizeof (struct cache_node)); in libc_hidden_nolink_sunrpc()
Dsvc_tcp.c190 mem_free (r, sizeof (*r)); in svctcp_create()
191 mem_free (xprt, sizeof (SVCXPRT)); in svctcp_create()
234 mem_free (xprt, sizeof (SVCXPRT)); in libc_hidden_nolink_sunrpc()
235 mem_free (cd, sizeof (struct tcp_conn)); in libc_hidden_nolink_sunrpc()
310 mem_free ((caddr_t) cd, sizeof (struct tcp_conn)); in svctcp_destroy()
311 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svctcp_destroy()
Dsvc_unix.c187 mem_free (r, sizeof (*r)); in svcunix_create()
188 mem_free (xprt, sizeof (SVCXPRT)); in svcunix_create()
227 mem_free (xprt, sizeof (SVCXPRT)); in libc_hidden_nolink_sunrpc()
228 mem_free (cd, sizeof (struct unix_conn)); in libc_hidden_nolink_sunrpc()
306 mem_free ((caddr_t) cd, sizeof (struct unix_conn)); in svcunix_destroy()
307 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svcunix_destroy()
Dclnt_tcp.c138 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_create()
139 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create()
217 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_create()
218 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create()
457 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_destroy()
458 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_destroy()
Dclnt_unix.c200 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clntunix_create()
201 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_create()
431 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clntunix_destroy()
432 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_destroy()
Dxdr_rec.c154 mem_free (rstrm, sizeof (RECSTREAM)); in xdrrec_create()
155 mem_free (buf, sendsize + recvsize + BYTES_PER_XDR_UNIT); in xdrrec_create()
405 mem_free (rstrm->the_buffer, in xdrrec_destroy()
407 mem_free ((caddr_t) rstrm, sizeof (RECSTREAM)); in xdrrec_destroy()
Dclnt_udp.c206 mem_free ((caddr_t) cu, sizeof (*cu) + sendsz + recvsz); in __libc_clntudp_bufcreate()
208 mem_free ((caddr_t) cl, sizeof (CLIENT)); in __libc_clntudp_bufcreate()
655 mem_free ((caddr_t) cu, (sizeof (*cu) + cu->cu_sendsz + cu->cu_recvsz)); in clntudp_destroy()
656 mem_free ((caddr_t) cl, sizeof (CLIENT)); in clntudp_destroy()
Dxdr_ref.c91 mem_free (loc, size); in xdr_reference()
Dxdr_array.c127 mem_free (*addrp, c * elsize); in xdr_array()
Dxdr.c642 mem_free (sp, nodesize); in libc_hidden_def()
801 mem_free (sp, nodesize); in libc_hidden_nolink_sunrpc()
Dauth_des.c52 #define FREE(ptr, size) mem_free((char *)(ptr), (int) size)
Dsvcauth_des.c363 mem_free (entry->rname, strlen (entry->rname) + 1); in _svcauth_des()
Dsvc.c240 mem_free ((char *) s, (u_int) sizeof (struct svc_callout)); in libc_hidden_def()
/glibc-2.36/sunrpc/rpc/
Dtypes.h66 #define mem_free(ptr, bsize) free(ptr) macro
/glibc-2.36/manual/
Dusers.texi2004 @c mem_free @ascuheap @acsmem
/glibc-2.36/ChangeLog.old/
DChangeLog.135047 * sunrpc/rpc/types.h (mem_free): Add comment.