Searched refs:vfree (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/usr.bin/mail/
H A Dvars.c65 vfree(vp->v_value);
75 vfree(char *cp) function
H A Dcmd3.c419 vfree(vp2->v_name);
420 vfree(vp2->v_value);
427 vfree(vp2->v_name);
428 vfree(vp2->v_value);
H A Dextern.h245 void vfree(char *);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/debug/
H A Dmtrack.h108 #define vfree(addr) ({ \ macro
113 vfree(__memtrack_addr); \
H A Dmemtrack.c33 #ifdef vfree
34 #undef vfree macro
109 "vfree",
532 vfree(tracked_objs_arr[j]);
580 vfree(obj_desc_p);
/freebsd-10.3-release/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h60 #define vfree(ptr) xz_free(ptr) macro
/freebsd-10.3-release/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h30 #define vfree(ptr) free(ptr) macro
/freebsd-10.3-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch_vacl.c121 vfree(flow_context);
123 vfree(in_match_criteria);
177 vfree(flow_context);
179 vfree(in_match_criteria);
224 vfree(flow_context);
226 vfree(in_match_criteria);
283 vfree(flow_context);
285 vfree(in_match_criteria);
342 vfree(flow_context);
344 vfree(in_match_criteri
[all...]
/freebsd-10.3-release/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c149 * <linux/decompress/mm.h>. vfree() needs to support vfree(NULL)
156 #undef vfree macro
160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
/freebsd-10.3-release/sys/ofed/include/linux/
H A Dslab.h50 #define vfree(arg) kfree(arg) macro
/freebsd-10.3-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c1145 vfree(s->dict.buf);
1168 vfree(s->dict.buf);
/freebsd-10.3-release/sys/ofed/drivers/net/mlx4/
H A Den_rx.c363 vfree(ring->mbuf);
468 vfree(ring->mbuf);
H A Den_tx.c203 vfree(ring->tx_info);
231 vfree(ring->tx_info);
/freebsd-10.3-release/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c710 vfree(pCard->encrypt_map);
/freebsd-10.3-release/sys/dev/netmap/
H A Dnetmap_mem2.c766 vfree(p->lut);

Completed in 114 milliseconds