Searched refs:zfree (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_label.c80 zfree(zone_label, l);
H A Dmac_alloc.c159 zfree(zone, elem);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dhost_notify.c106 zfree(host_notify_zone, entry);
139 zfree(host_notify_zone, entry);
187 zfree(host_notify_zone, entry);
H A Dzalloc.h175 extern void zfree(
H A Dmk_timer.c78 zfree(mk_timer_zone, timer);
122 zfree(mk_timer_zone, timer);
182 zfree(mk_timer_zone, timer);
H A Dkalloc.c419 zfree(k_zone[zindex], *addrp);
514 zfree(k_zone[zindex], data);
H A Dthread.c410 zfree(thread_zone, thread);
590 zfree(thread_zone, new_thread);
608 zfree(thread_zone, new_thread);
647 zfree(thread_zone, new_thread);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_alloc.c157 zfree(d_zone[zindex], data);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_entry.h157 #define ite_free(ite) zfree(ipc_tree_entry_zone, (ite))
H A Dipc_labelh.c233 zfree(ipc_labelh_zone, (vm_offset_t)lh);
H A Dipc_object.h160 zfree(ipc_object_zones[(otype)], (io))
196 * and zfree modifies that to point to the next free zone element.
H A Dipc_space.h137 #define is_free(is) zfree(ipc_space_zone, (is))
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipcomp_core.c118 deflate_stream.zfree = deflate_free;
131 inflate_stream.zfree = deflate_free;
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A Dzlib.h159 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
160 voidpf opaque; /* private data object passed to zalloc and zfree */
172 has dropped to zero. The application must initialize zalloc, zfree and
177 parameter for calls of zalloc and zfree. This can be useful for custom
182 If zlib is used in a multi-threaded application, zalloc and zfree must be
234 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
252 zalloc, zfree and opaque must be initialized before by the caller.
253 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
367 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 inflate. If zalloc and zfree ar
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_audit.c269 zfree(audit_mac_label_zone, ar->k_ar.ar_vnode1_mac_labels);
272 zfree(audit_mac_label_zone, ar->k_ar.ar_vnode2_mac_labels);
275 zfree(audit_mac_label_zone, ar->k_ar.ar_cred_mac_labels);
289 zfree(mac_audit_data_zone, head->data);
299 zfree(audit_zone, ar);
1537 zfree(audit_zone, ar);
1550 zfree(audit_mac_label_zone,
1552 zfree(audit_zone, ar);
H A Dkern_malloc.c652 zfree(kmz->kz_zalloczone, elem);
H A Dmcache.c413 zfree(mcache_zone, buf);
847 zfree(mcache_zone, *pbuf);
970 zfree(cp->mc_slab_zone, *pbuf);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dfpu.c147 zfree(ifps_zone, ifps);
573 zfree(ifps_zone, ifps);
H A Dpcb.c269 zfree(ids_zone, ids);
330 zfree(ids_zone, ids);
1766 zfree(iss_zone, pcb->sf);
1770 zfree(ids_zone, pcb->ids);
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_pcb.c163 zfree(atpcb_zone, pcb);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dppp_deflate.c202 state->strm.zfree = z_free;
432 state->strm.zfree = z_free;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Ddevice_vm.c370 zfree(device_pager_zone, device_object);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c229 zfree(pcbinfo->ipi_zone, inp);
252 zfree(pcbinfo->ipi_zone, inp);
897 zfree(ipi->ipi_zone, inp);
1628 zfree(pcbinfo->ipi_zone, inp);
H A Dtcp_sack.c258 zfree(sack_hole_zone, hole);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_fsevents.c582 zfree(event_zone, kfse);
680 zfree(event_zone, junkptr);
1186 zfree(event_zone, kfse->dest);
1206 zfree(event_zone, kfse);

Completed in 138 milliseconds

123