Searched refs:zfree (Results 76 - 100 of 104) sorted by relevance

12345

/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_subr.c492 zfree(mptopt_zone, mpo);
600 zfree(mptsub_zone, mpts);
3858 zfree(mptcp_keys_pool.mkph_key_entry_zone, key_holder);
3977 zfree(mpt_subauth_zone, sauth_entry);
H A Dtcp_input.c653 zfree(tcp_reass_zone, te);
697 zfree(tcp_reass_zone, q);
782 zfree(tcp_reass_zone, q);
H A Din_arp.c295 zfree(llinfo_arp_zone, la);
H A Digmp.c764 zfree(igi_zone, igi);
H A Din.c2063 zfree(inifa_zone, ifa);
H A Dip_output.c2965 zfree(imo_zone, imo);
/xnu-2782.1.97/osfmk/i386/
H A Dlocks_i386.c1607 zfree(lck_mtx_zone, lck);
/xnu-2782.1.97/osfmk/vm/
H A Dmemory_object.c2086 zfree(mem_obj_control_zone, control);
H A Dvm_object.c519 zfree(vm_object_hash_zone, entry);
800 * try to deallocate it; zfree doesn't like to be called with
2026 zfree(vm_object_zone, object);
5287 zfree(vm_object_zone, backing_object);
8871 zfree(io_reprioritize_req_zone, req);
H A Dvm_map.c869 zfree(zone, entry);
993 zfree(vm_map_zone, map);
6167 zfree(vm_map_copy_zone, copy);
8123 zfree(vm_map_copy_zone, copy); \
8246 zfree(vm_map_copy_zone, copy);
8373 zfree(old_zone, entry);
/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.c958 zfree(content_filter_zone, cfc);
1096 zfree(content_filter_zone, cfc);
1897 zfree(cfil_info_zone, cfil_info);
H A Dif_bridge.c4682 zfree(bridge_rtnode_pool, brt);
5206 zfree(bridge_rtnode_pool, brt);
H A Dif.c2806 zfree(ifma_zone, ifma);
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_rtr.c1964 zfree(ndprtr_zone, pfr);
2672 zfree(nddr_zone, dr);
2817 zfree(ndpr_zone, pr);
H A Dmld6.c753 zfree(mli_zone, mli);
H A Dnd6_nbr.c2216 zfree(dad_zone, dp);
H A Din6.c3776 zfree(in6ifa_zone, ifa);
H A Dip6_output.c3199 zfree(im6o_zone, im6o);
H A Dnd6.c343 zfree(llinfo_nd6_zone, ln);
/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c634 panic("zfree: invalid head pointer %p for freelist of zone %s\n",
639 panic("zfree: freeing invalid pointer %p to zone %s\n",
722 panic("zfree: invalid head pointer %p for freelist of zone %s\n",
1065 * the record is cleared when a zfree() is done. For corruption debugging, the log tracks both allocs and frees.
1125 * Test if we want to log this zalloc/zfree event. We log if this is the zone we're interested in and
1188 uintptr_t za_element; /* the element that was zalloc'ed or zfree'ed, NULL if bucket unused */
1339 * the tables and setting the active flag, because the zfree()
2165 zfree(zinfo_zone, task->tkm_zinfo);
2680 zfree(current_z, elt);
2840 zfree( function
[all...]
/xnu-2782.1.97/bsd/kern/
H A Duipc_usrreq.c2410 zfree(unp_zone, unp);
H A Dubc_subr.c912 zfree(ubc_info_zone, uip);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c2426 zfree(z, (void *)bp->b_datap);
3362 zfree(zprev, (void *)elem);
/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_backing_store.c1889 zfree(vstruct_zone, vs);
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c715 zfree(ipc_kmsg_zone, kmsg);

Completed in 311 milliseconds

12345