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

12

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dimageboot.c66 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
104 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 Dnetboot.c357 MALLOC_ZONE(vndevice, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
372 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dkern_fork.c858 MALLOC_ZONE(child, proc_t , sizeof *child, M_PROC, M_WAITOK);
866 MALLOC_ZONE(child->p_stats, struct pstats *,
874 MALLOC_ZONE(child->p_sigacts, struct sigacts *,
H A Dkern_descrip.c1674 MALLOC_ZONE(nfp, struct fileproc *, sizeof(struct fileproc), M_FILEPROC, M_WAITOK);
2273 MALLOC_ZONE(newofiles, struct fileproc **,
3396 MALLOC_ZONE(fp, struct fileproc *, sizeof(struct fileproc), M_FILEPROC, M_WAITOK);
3402 MALLOC_ZONE(fg, struct fileglob *, sizeof(struct fileglob), M_FILEGLOB, M_WAITOK);
3591 MALLOC_ZONE(newfdp, struct filedesc *,
3687 MALLOC_ZONE(newfdp->fd_ofiles, struct fileproc **,
3737 MALLOC_ZONE(fp, struct fileproc *, sizeof(struct fileproc), M_FILEPROC, M_WAITOK);
H A Dposix_sem.c379 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
656 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dposix_shm.c383 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
917 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dkern_proc.c255 MALLOC_ZONE(newuip, struct uidinfo *, sizeof(*uip), M_PROC, M_WAITOK);
988 MALLOC_ZONE(pgrp, struct pgrp *, sizeof(struct pgrp), M_PGRP,
1009 MALLOC_ZONE(sess, struct session *,
H A Dkern_exit.c401 MALLOC_ZONE(p->p_ru, struct rusage *,
1611 MALLOC_ZONE(p->p_ru, struct rusage *,
H A Dkern_resource.c1030 MALLOC_ZONE(copy, struct plimit *,
H A Duipc_usrreq.c1278 MALLOC_ZONE(fp, struct fileproc *, sizeof (struct fileproc),
1281 panic("unp_externalize: MALLOC_ZONE");
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h250 #define MALLOC_ZONE(space, cast, size, type, flags) \ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_boot.c213 MALLOC_ZONE(nd->nd_root.ndm_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
267 MALLOC_ZONE(nd->nd_private.ndm_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
280 MALLOC_ZONE(check_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dnfs_node.c223 MALLOC_ZONE(np, nfsnode_t, sizeof *np, M_NFSNODE, M_WAITOK);
246 MALLOC_ZONE(np->n_fhp, u_char *,
H A Dnfs_subs.c1470 MALLOC_ZONE(dp, struct nfsdmap *, sizeof(struct nfsdmap),
1487 MALLOC_ZONE(dp2, struct nfsdmap *, sizeof(struct nfsdmap),
1594 MALLOC_ZONE(cnp->cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_chash.c344 MALLOC_ZONE(ncp, struct cnode *, sizeof(struct cnode), M_HFSNODE, M_WAITOK);
H A Dhfs_cnode.c667 MALLOC_ZONE(fp, struct filefork *, sizeof(struct filefork),
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_init.c413 MALLOC_ZONE(mp, struct mount *, (u_long)sizeof(struct mount),
H A Dvfs_lookup.c203 MALLOC_ZONE(cnp->cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
234 MALLOC_ZONE(realpath, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
333 MALLOC_ZONE(cp, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dvfs_fsevents.c2519 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2606 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dvfs_cache.c300 MALLOC_ZONE(va.va_name, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
H A Dvfs_journal.c1542 MALLOC_ZONE(jnl, struct journal *, sizeof(struct journal), M_JNL_JNL, M_WAITOK);
1640 MALLOC_ZONE(jnl, struct journal *, sizeof(struct journal), M_JNL_JNL, M_WAITOK);
2168 MALLOC_ZONE(tr, transaction *, sizeof(transaction), M_JNL_TR, M_WAITOK);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c417 MALLOC_ZONE(mp, struct mount *, (u_long)sizeof(struct mount),
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c1085 MALLOC_ZONE(ip, struct iso_node *, sizeof(struct iso_node),
1088 * MALLOC_ZONE may block, so check for the inode being
H A Dcd9660_vnops.c691 MALLOC_ZONE(symname, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);

Completed in 130 milliseconds

12