Symbol: mem_free
crypto/libressl/crypto/bio/bss_mem.c
107
.destroy = mem_free
crypto/libressl/crypto/bio/bss_mem.c
91
static int mem_free(BIO *bio);
lib/libc/rpc/auth_des.c
63
#define FREE(ptr, size) mem_free((char *)(ptr), (int) size)
lib/libc/rpc/auth_unix.c
161
mem_free(auth, sizeof(*auth));
lib/libc/rpc/auth_unix.c
164
mem_free(au->au_origcred.oa_base, (u_int)len);
lib/libc/rpc/auth_unix.c
165
mem_free(au, sizeof(*au));
lib/libc/rpc/auth_unix.c
236
mem_free(au->au_shcred.oa_base,
lib/libc/rpc/auth_unix.c
305
mem_free(au->au_origcred.oa_base, au->au_origcred.oa_length);
lib/libc/rpc/auth_unix.c
308
mem_free(au->au_shcred.oa_base, au->au_shcred.oa_length);
lib/libc/rpc/auth_unix.c
310
mem_free(auth->ah_private, sizeof(struct audata));
lib/libc/rpc/auth_unix.c
313
mem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length);
lib/libc/rpc/auth_unix.c
315
mem_free(auth, sizeof(*auth));
lib/libc/rpc/clnt_dg.c
176
mem_free(dg_fd_locks, fd_allocsz);
lib/libc/rpc/clnt_dg.c
275
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_dg.c
277
mem_free(cu, sizeof (*cu) + sendsz + recvsz);
lib/libc/rpc/clnt_dg.c
721
mem_free(cu, (sizeof (*cu) + cu->cu_sendsz + cu->cu_recvsz));
lib/libc/rpc/clnt_dg.c
723
mem_free(cl->cl_netid, strlen(cl->cl_netid) +1);
lib/libc/rpc/clnt_dg.c
725
mem_free(cl->cl_tp, strlen(cl->cl_tp) +1);
lib/libc/rpc/clnt_dg.c
726
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_vc.c
202
mem_free(vc_fd_locks, fd_allocsz);
lib/libc/rpc/clnt_vc.c
297
mem_free(ct->ct_addr.buf, ct->ct_addr.len);
lib/libc/rpc/clnt_vc.c
298
mem_free(ct, sizeof (struct ct_data));
lib/libc/rpc/clnt_vc.c
301
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_vc.c
623
mem_free(ct, sizeof(struct ct_data));
lib/libc/rpc/clnt_vc.c
624
mem_free(cl, sizeof(CLIENT));
lib/libc/rpc/svc.c
253
mem_free(s->sc_netid, sizeof (s->sc_netid) + 1);
lib/libc/rpc/svc.c
254
mem_free(s, sizeof (struct svc_callout));
lib/libc/rpc/svc.c
318
mem_free(s, sizeof(struct svc_callout));
lib/libc/rpc/svc_auth_des.c
327
mem_free(entry->rname, strlen(entry->rname) + 1);
lib/libc/rpc/svc_dg.c
154
mem_free(su, sizeof (*su));
lib/libc/rpc/svc_dg.c
155
mem_free(xprt, sizeof (SVCXPRT));
lib/libc/rpc/svc_dg.c
188
mem_free(xprt->xp_rtaddr.buf, xprt->xp_rtaddr.len);
lib/libc/rpc/svc_dg.c
263
mem_free(rpc_buffer(xprt), su->su_iosz);
lib/libc/rpc/svc_dg.c
264
mem_free(su, sizeof (*su));
lib/libc/rpc/svc_dg.c
266
mem_free(xprt->xp_rtaddr.buf, xprt->xp_rtaddr.maxlen);
lib/libc/rpc/svc_dg.c
268
mem_free(xprt->xp_ltaddr.buf, xprt->xp_ltaddr.maxlen);
lib/libc/rpc/svc_dg.c
271
mem_free(xprt, sizeof (SVCXPRT));
lib/libc/rpc/svc_dg.c
325
mem_free((addr), (sizeof (type) * (size)))
lib/libc/rpc/svc_vc.c
174
mem_free(xprt, sizeof(*xprt));
lib/libc/rpc/svc_vc.c
176
mem_free(r, sizeof(*r));
lib/libc/rpc/svc_vc.c
233
mem_free(ret->xp_ltaddr.buf, rep->xp_ltaddr.maxlen);
lib/libc/rpc/svc_vc.c
257
mem_free(xprt, sizeof(SVCXPRT));
lib/libc/rpc/svc_vc.c
386
mem_free(r, sizeof (struct cf_rendezvous));
lib/libc/rpc/svc_vc.c
391
mem_free(cd, sizeof(struct cf_conn));
lib/libc/rpc/svc_vc.c
394
mem_free(xprt->xp_rtaddr.buf, xprt->xp_rtaddr.maxlen);
lib/libc/rpc/svc_vc.c
396
mem_free(xprt->xp_ltaddr.buf, xprt->xp_ltaddr.maxlen);
lib/libc/rpc/svc_vc.c
401
mem_free(xprt, sizeof(SVCXPRT));
lib/libc/xdr/xdr.c
608
mem_free(sp, nodesize);
lib/libc/xdr/xdr.c
750
mem_free(sp, nodesize);
lib/libc/xdr/xdr_array.c
126
mem_free(*addrp, nodesize);
lib/libc/xdr/xdr_rec.c
183
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/xdr/xdr_rec.c
190
mem_free(rstrm->out_base, sendsize);
lib/libc/xdr/xdr_rec.c
191
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/xdr/xdr_rec.c
414
mem_free(rstrm->out_base, rstrm->sendsize);
lib/libc/xdr/xdr_rec.c
415
mem_free(rstrm->in_base, rstrm->recvsize);
lib/libc/xdr/xdr_rec.c
416
mem_free(rstrm, sizeof(RECSTREAM));
lib/libc/xdr/xdr_reference.c
97
mem_free(loc, size);