Searched refs:FREE_ZONE (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dimageboot.c118 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
244 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
310 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
H A Dkern_fork.c1094 FREE_ZONE(p->p_sigacts, sizeof *p->p_sigacts, M_SIGACTS);
1095 FREE_ZONE(p->p_stats, sizeof *p->p_stats, M_PSTATS);
1097 FREE_ZONE(p, sizeof *p, M_PROC);
1138 FREE_ZONE(child_proc, sizeof *child_proc, M_PROC);
1146 FREE_ZONE(child_proc->p_stats, sizeof *child_proc->p_stats, M_PSTATS);
1147 FREE_ZONE(child_proc, sizeof *child_proc, M_PROC);
1155 FREE_ZONE(child_proc->p_sigacts, sizeof *child_proc->p_sigacts, M_SIGACTS);
1156 FREE_ZONE(child_proc->p_stats, sizeof *child_proc->p_stats, M_PSTATS);
1157 FREE_ZONE(child_proc, sizeof *child_proc, M_PROC);
H A Dtty_subr.c114 FREE_ZONE(clp->c_cs, size, M_TTYS);
132 FREE_ZONE(clp->c_cs, clp->c_cn, M_TTYS);
134 FREE_ZONE(clp->c_cq, QMEM(clp->c_cn), M_TTYS);
H A Dkern_exit.c862 FREE_ZONE(p->p_stats, sizeof *p->p_stats, M_PSTATS);
865 FREE_ZONE(p->p_sigacts, sizeof *p->p_sigacts, M_SIGACTS);
1115 FREE_ZONE(child->p_ru, sizeof *child->p_ru, M_ZOMBIE);
1195 FREE_ZONE(child, sizeof *child, M_PROC);
2108 FREE_ZONE(p->p_stats, sizeof *p->p_stats, M_PSTATS);
2111 FREE_ZONE(p->p_sigacts, sizeof *p->p_sigacts, M_SIGACTS);
H A Dposix_sem.c612 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
644 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
776 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
H A Dposix_shm.c621 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
654 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
1150 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
H A Dkern_proc.c249 FREE_ZONE(uip, sizeof(*uip), M_PROC);
277 FREE_ZONE(newuip, sizeof(*uip), M_PROC);
1187 FREE_ZONE(pgrp, sizeof(struct pgrp), M_PGRP);
1363 FREE_ZONE(sessp, sizeof(struct session), M_SESSION);
1371 FREE_ZONE(pgrp, sizeof(*pgrp), M_PGRP);
2805 FREE_ZONE(sess, sizeof(struct session), M_SESSION);
H A Dkern_descrip.c3205 FREE_ZONE(newofiles, numfiles * OFILESIZE, M_OFILETABL);
3228 FREE_ZONE(ofiles, oldnfiles * OFILESIZE, M_OFILETABL);
4512 FREE_ZONE(fg, sizeof *fg, M_FILEGLOB);
4708 FREE_ZONE(newfdp, sizeof *newfdp, M_FILEDESC);
4740 FREE_ZONE(newfdp, sizeof(*newfdp), M_FILEDESC);
4869 FREE_ZONE(fdp->fd_ofiles, fdp->fd_nfiles * OFILESIZE, M_OFILETABL);
4890 FREE_ZONE(fdp, sizeof(*fdp), M_FILEDESC);
5768 FREE_ZONE(fp, sizeof (*fp), M_FILEPROC);
H A Dkern_mman.c1177 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
1198 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
H A Dnetboot.c417 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
H A Dmach_loader.c1714 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
1724 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
H A Dkern_credential.c3807 FREE_ZONE(new_cred, sizeof(*new_cred), M_CRED);
4754 FREE_ZONE(*credp, sizeof(*(*credp)), M_CRED);
4937 FREE_ZONE(newcred, sizeof(*newcred), M_CRED);
5018 FREE_ZONE(old_cred, sizeof(*old_cred), M_CRED);
5041 FREE_ZONE(new_cred, sizeof(*new_cred), M_CRED);
H A Dkern_resource.c1356 FREE_ZONE(freelim, sizeof *p->p_limit, M_PLIMIT);
1358 FREE_ZONE(freeoldlim, sizeof *p->p_olimit, M_PLIMIT);
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c424 FREE_ZONE(np, sizeof *np, M_NFSNODE);
475 FREE_ZONE(np->n_fhp, np->n_fhsize, M_NFSBIGFH);
476 FREE_ZONE(np, sizeof *np, M_NFSNODE);
558 FREE_ZONE(np->n_fhp, np->n_fhsize, M_NFSBIGFH);
559 FREE_ZONE(np, sizeof *np, M_NFSNODE);
844 FREE_ZONE(nsp, sizeof(*nsp), M_NFSREQ);
1005 FREE_ZONE(np->n_sillyrename, sizeof(*np->n_sillyrename), M_NFSREQ);
1023 FREE_ZONE(np->n_cookiecache, sizeof(struct nfsdmap), M_NFSDIROFF);
1025 FREE_ZONE(np->n_fhp, np->n_fhsize, M_NFSBIGFH);
1044 FREE_ZONE(n
[all...]
H A Dnfs_syscalls.c1108 FREE_ZONE(nd, sizeof(*nd), M_NFSRVDESC);
1258 FREE_ZONE(nd, sizeof(*nd), M_NFSRVDESC);
1278 FREE_ZONE(nd, sizeof(*nd), M_NFSRVDESC);
1434 FREE_ZONE(nwp, sizeof(*nwp), M_NFSRVDESC);
H A Dnfs_vfsops.c919 FREE_ZONE(nd.nd_root.ndm_mntfrom,
922 FREE_ZONE(nd.nd_root.ndm_path,
925 FREE_ZONE(nd.nd_private.ndm_mntfrom,
928 FREE_ZONE(nd.nd_private.ndm_path,
1023 FREE_ZONE(nd.nd_root.ndm_mntfrom, MAXPATHLEN, M_NAMEI);
1025 FREE_ZONE(nd.nd_root.ndm_path, MAXPATHLEN, M_NAMEI);
1027 FREE_ZONE(nd.nd_private.ndm_mntfrom, MAXPATHLEN, M_NAMEI);
1029 FREE_ZONE(nd.nd_private.ndm_path, MAXPATHLEN, M_NAMEI);
1185 FREE_ZONE(mp, sizeof(struct mount), M_MOUNT);
1446 FREE_ZONE(m
[all...]
H A Dnfs_boot.c299 FREE_ZONE(check_path, MAXPATHLEN, M_NAMEI);
H A Dnfs_socket.c1199 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1372 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1432 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1570 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
3615 FREE_ZONE(newreq, sizeof(*newreq), M_NFSREQ);
3625 FREE_ZONE(newreq, sizeof(*newreq), M_NFSREQ);
3766 FREE_ZONE(req, sizeof(*req), M_NFSREQ);
6171 FREE_ZONE(nd, sizeof(*nd), M_NFSRVDESC);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h274 #define FREE_ZONE(addr, size, type) \ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c303 FREE_ZONE(realpath, MAXPATHLEN, M_NAMEI);
310 FREE_ZONE(cnp->cn_pnbuf, cnp->cn_pnlen, M_NAMEI);
402 FREE_ZONE(cnp->cn_pnbuf, cnp->cn_pnlen, M_NAMEI);
1447 FREE_ZONE(cp, MAXPATHLEN, M_NAMEI);
1459 FREE_ZONE(cp, MAXPATHLEN, M_NAMEI);
1472 FREE_ZONE(tmppn, len, M_NAMEI);
1635 FREE_ZONE(tmp, ndp->ni_cnd.cn_pnlen, M_NAMEI);
H A Dvfs_journal.c556 FREE_ZONE(tr, sizeof(transaction), M_JNL_TR);
1813 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);
2076 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);
2311 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);
2500 FREE_ZONE(tr, sizeof(transaction), M_JNL_TR);
4470 FREE_ZONE(tr, sizeof(transaction), M_JNL_TR);
H A Dvfs_fsevents.c2375 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
2495 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c348 FREE_ZONE(ncp, sizeof(struct cnode), M_HFSNODE);
H A Dhfs_cnode.c947 FREE_ZONE(fp, sizeof(struct filefork), M_HFSFORK);
1381 FREE_ZONE(fp, sizeof(struct filefork), M_HFSFORK);
1482 FREE_ZONE(cp->c_decmp, sizeof(*(cp->c_decmp)), M_DECMPFS_CNODE);
1492 FREE_ZONE(cp, sizeof(struct cnode), M_HFSNODE);
H A Dhfs_vnops.c313 FREE_ZONE(dp, sizeof(*dp), M_DECMPFS_CNODE);
4090 FREE_ZONE (temp_rsrc_fork, sizeof(struct filefork), M_HFSFORK);
4099 FREE_ZONE (temp_rsrc_fork, sizeof(struct filefork), M_HFSFORK);
4128 FREE_ZONE (temp_rsrc_fork, sizeof(struct filefork), M_HFSFORK);
4196 FREE_ZONE (temp_rsrc_fork, sizeof(struct filefork), M_HFSFORK);
5210 FREE_ZONE (rsrc_path, MAXPATHLEN, M_NAMEI);
6783 FREE_ZONE(cn.cn_pnbuf, cn.cn_pnlen, M_NAMEI);
6794 FREE_ZONE(cn.cn_pnbuf, cn.cn_pnlen, M_NAMEI);

Completed in 382 milliseconds

12