Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dauth_unix.c109 mem_free (auth, sizeof (*auth)); in authunix_create()
110 mem_free (au, sizeof (*au)); in authunix_create()
221 mem_free (au->au_shcred.oa_base, in authunix_validate()
289 mem_free (au->au_origcred.oa_base, au->au_origcred.oa_length); in authunix_destroy()
292 mem_free (au->au_shcred.oa_base, au->au_shcred.oa_length); in authunix_destroy()
294 mem_free (auth->ah_private, sizeof (struct audata)); in authunix_destroy()
297 mem_free (auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
299 mem_free ((caddr_t) auth, sizeof (*auth)); in authunix_destroy()
A Dsvc_tcp.c174 mem_free (r, sizeof (*r)); in svctcp_create()
175 mem_free (xprt, sizeof (SVCXPRT)); in svctcp_create()
214 mem_free (xprt, sizeof (SVCXPRT)); in makefd_xprt()
215 mem_free (cd, sizeof (struct tcp_conn)); in makefd_xprt()
281 mem_free ((caddr_t) cd, sizeof (struct tcp_conn)); in svctcp_destroy()
282 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svctcp_destroy()
A Dclnt_tcp.c139 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_create()
140 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create()
219 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_create()
220 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create()
445 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clnttcp_destroy()
446 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_destroy()
A Dsvc_unix.c172 mem_free (r, sizeof (*r)); in svcunix_create()
173 mem_free (xprt, sizeof (SVCXPRT)); in svcunix_create()
212 mem_free (xprt, sizeof (SVCXPRT)); in makefd_xprt()
213 mem_free (cd, sizeof (struct unix_conn)); in makefd_xprt()
282 mem_free ((caddr_t) cd, sizeof (struct unix_conn)); in svcunix_destroy()
283 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svcunix_destroy()
A Dsvc_udp.c145 mem_free (xprt, sizeof (SVCXPRT)); in svcudp_bufcreate()
146 mem_free (su, sizeof (*su)); in svcudp_bufcreate()
147 mem_free (buf, ((MAX (sendsz, recvsz) + 3) / 4) * 4); in svcudp_bufcreate()
344 mem_free (rpc_buffer (xprt), su->su_iosz); in svcudp_destroy()
345 mem_free ((caddr_t) su, sizeof (struct svcudp_data)); in svcudp_destroy()
346 mem_free ((caddr_t) xprt, sizeof (SVCXPRT)); in svcudp_destroy()
A Dclnt_unix.c197 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clntunix_create()
198 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_create()
419 mem_free ((caddr_t) ct, sizeof (struct ct_data)); in clntunix_destroy()
420 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_destroy()
A Dclnt_udp.c202 mem_free ((caddr_t) cu, sizeof (*cu) + sendsz + recvsz); in clntudp_bufcreate()
204 mem_free ((caddr_t) cl, sizeof (CLIENT)); in clntudp_bufcreate()
590 mem_free ((caddr_t) cu, (sizeof (*cu) + cu->cu_sendsz + cu->cu_recvsz)); in clntudp_destroy()
591 mem_free ((caddr_t) cl, sizeof (CLIENT)); in clntudp_destroy()
A Dxdr_rec.c158 mem_free (rstrm, sizeof (RECSTREAM)); in xdrrec_create()
159 mem_free (buf, sendsize + recvsize + BYTES_PER_XDR_UNIT); in xdrrec_create()
427 mem_free (rstrm->the_buffer, in xdrrec_destroy()
429 mem_free ((caddr_t) rstrm, sizeof (RECSTREAM)); in xdrrec_destroy()
A Dxdr_reference.c89 mem_free (loc, size); in xdr_reference()
A Dxdr_array.c123 mem_free (*addrp, nodesize); in xdr_array()
A Dxdr.c571 mem_free (sp, nodesize); in libc_hidden_def()
707 mem_free (sp, nodesize); in libc_hidden_def()
A Dsvc.c215 mem_free ((char *) s, (u_int) sizeof (struct svc_callout)); in libc_hidden_def()
/l4re-core-master/l4util/lib/src/
A Dllulc.cc38 void (*mem_free)(void *); member
104 { reinterpret_cast<Lock *>(p)->_allocator->mem_free(p); } in operator delete()
201 void (*mem_free)(void *p), in l4ullulock_init()
213 _t->mem_free = mem_free; in l4ullulock_init()
221 mem_free(_t); in l4ullulock_init()
235 t->mem_free(t); in l4ullulock_deinit()
/l4re-core-master/l4util/include/
A Dllulc.h39 void (*mem_free)(void *p),
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dtypes.h61 #define mem_free(ptr, bsize) free(ptr) macro

Completed in 32 milliseconds