Searched refs:MALLOC_ZONE (Results 1 - 25 of 39) sorted by relevance

12

/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c83 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
213 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
269 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dtty_subr.c106 MALLOC_ZONE(clp->c_cs, u_char *, size, M_TTYS, M_WAITOK);
112 MALLOC_ZONE(clp->c_cq, u_char *, QMEM(size), M_TTYS, M_WAITOK);
H A Dkern_fork.c1094 MALLOC_ZONE(child_proc, proc_t , sizeof *child_proc, M_PROC, M_WAITOK);
1102 MALLOC_ZONE(child_proc->p_stats, struct pstats *,
1110 MALLOC_ZONE(child_proc->p_sigacts, struct sigacts *,
H A Dkern_descrip.c2188 MALLOC_ZONE(nfp, struct fileproc *, sizeof(struct fileproc), M_FILEPROC, M_WAITOK);
2804 MALLOC_ZONE(newofiles, struct fileproc **,
4006 MALLOC_ZONE(fp, struct fileproc *, sizeof(struct fileproc), M_FILEPROC, M_WAITOK);
4012 MALLOC_ZONE(fg, struct fileglob *, sizeof(struct fileglob), M_FILEGLOB, M_WAITOK);
4218 MALLOC_ZONE(newfdp, struct filedesc *,
4314 MALLOC_ZONE(newfdp->fd_ofiles, struct fileproc **,
4365 MALLOC_ZONE(fp, struct fileproc *, sizeof(struct fileproc), M_FILEPROC, M_WAITOK);
4916 MALLOC_ZONE(fp, struct fileproc *, sizeof(*fp), M_FILEPROC, M_WAITOK);
H A Dposix_sem.c382 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
672 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dposix_shm.c395 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
1017 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dnetboot.c339 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dkern_proc.c258 MALLOC_ZONE(newuip, struct uidinfo *, sizeof(*uip), M_PROC, M_WAITOK);
1044 MALLOC_ZONE(pgrp, struct pgrp *, sizeof(struct pgrp), M_PGRP,
1065 MALLOC_ZONE(sess, struct session *,
H A Dkern_exit.c517 MALLOC_ZONE(p->p_ru, struct rusage *,
1709 MALLOC_ZONE(p->p_ru, struct rusage *,
H A Dkern_resource.c1155 MALLOC_ZONE(copy, struct plimit *,
H A Dmach_loader.c1599 MALLOC_ZONE(vpath, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Duipc_usrreq.c1868 MALLOC_ZONE(fp, struct fileproc *, sizeof (struct fileproc),
1871 panic("unp_externalize: MALLOC_ZONE");
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_boot.c207 MALLOC_ZONE(nd->nd_root.ndm_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
213 MALLOC_ZONE(nd->nd_root.ndm_mntfrom, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
267 MALLOC_ZONE(nd->nd_private.ndm_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
273 MALLOC_ZONE(nd->nd_private.ndm_mntfrom, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
286 MALLOC_ZONE(check_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dnfs_node.c378 MALLOC_ZONE(np, nfsnode_t, sizeof *np, M_NFSNODE, M_WAITOK);
416 MALLOC_ZONE(np->n_fhp, u_char *,
H A Dnfs_vfsops.c1471 MALLOC_ZONE(mntfrom, char*, MAXPATHLEN, M_NAMEI, M_WAITOK);
1971 MALLOC_ZONE(link, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2656 MALLOC_ZONE(nmp, struct nfsmount *,
3277 MALLOC_ZONE(mntfromname, char *, pathbuflen, M_NAMEI, M_WAITOK);
3282 MALLOC_ZONE(path, char *, pathbuflen, M_NAMEI, M_WAITOK);
/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h264 #define MALLOC_ZONE(space, cast, size, type, flags) \ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c406 MALLOC_ZONE(ncp, struct cnode *, sizeof(struct cnode), M_HFSNODE, M_WAITOK);
H A Dhfs_vnops.c306 MALLOC_ZONE(dp, decmpfs_cnode *, sizeof(decmpfs_cnode), M_DECMPFS_CNODE, M_WAITOK);
3371 MALLOC_ZONE (temp_rsrc_fork, struct filefork *, sizeof (struct filefork), M_HFSFORK, M_WAITOK);
4242 MALLOC_ZONE (rsrc_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
5667 MALLOC_ZONE(cn.cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dhfs_cnode.c1218 MALLOC_ZONE(fp, struct filefork *, sizeof(struct filefork),
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c442 MALLOC_ZONE(mp, struct mount *, sizeof(struct mount),
H A Dvfs_lookup.c244 MALLOC_ZONE(cnp->cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
275 MALLOC_ZONE(realpath, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
1315 MALLOC_ZONE(cp, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dvfs_fsevents.c2291 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2415 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dvfs_cache.c375 MALLOC_ZONE(va.va_name, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dvfs_journal.c1694 MALLOC_ZONE(jnl, struct journal *, sizeof(struct journal), M_JNL_JNL, M_WAITOK);
1864 MALLOC_ZONE(jnl, struct journal *, sizeof(struct journal), M_JNL_JNL, M_WAITOK);
2453 MALLOC_ZONE(tr, transaction *, sizeof(transaction), M_JNL_TR, M_WAITOK);
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c536 MALLOC_ZONE(mp, struct mount *, sizeof(struct mount),

Completed in 237 milliseconds

12