Searched refs:M_OFILETABL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h166 #define M_OFILETABL 73 /* Open file descriptor table */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c2274 numfiles * OFILESIZE, M_OFILETABL, M_WAITOK);
2280 FREE_ZONE(newofiles, numfiles * OFILESIZE, M_OFILETABL);
2303 FREE_ZONE(ofiles, oldnfiles * OFILESIZE, M_OFILETABL);
3688 i * OFILESIZE, M_OFILETABL, M_WAITOK);
3821 FREE_ZONE(fdp->fd_ofiles, fdp->fd_nfiles * OFILESIZE, M_OFILETABL);

Completed in 11 milliseconds