Searched refs:zget (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.h197 extern void * zget(
H A Dkalloc.c453 return(zget(k_zone[zindex]));
H A Dzalloc.c1151 * zget returns an element from the specified zone
1158 zget( function
1363 * were never zalloc'd/zget'd. The correct way to stuff memory
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c1361 m = (vm_page_t)zget(vm_page_zone);
1426 * on the way into the zone, so that zget() always returns

Completed in 44 milliseconds