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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c267 kern_return_t zget_space(
469 if (zget_space(sizeof(struct zone), (vm_offset_t *)&z)
634 zget_space( function
654 * need to free up pages. [Making the zget_space
824 zget_space(zone_zone_size, &zone_zone_space);
988 retval = zget_space(zone->elem_size, &space);
1019 panic("zalloc: \"%s\" (%d elements) zget_space returned %d", zone->zone_name, zone->count, retval);

Completed in 21 milliseconds