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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c351 unsigned int i, num, mapsize, vmpagesz, vmmapsz, nbits; local
476 mapsize = size = round_page(size); /* Get size of area to map that we just calculated */
477 mapsize = mapsize + kmapsize; /* Account for the kernel text size */
482 mapsize = mapsize + vmpagesz + vmmapsz; /* Add the VM system estimates into the grand total */
484 mapsize = mapsize + (4 * 1024 * 1024); /* Allow for 4 meg of extra mappings */
485 mapsize = ((mapsize / PAGE_SIZ
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_core.c206 vm_size_t mapsize; local
234 mapsize = get_vmmap_size(map);
236 if (mapsize >= core_proc->p_rlimit[RLIMIT_CORE].rlim_cur)

Completed in 405 milliseconds