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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c281 vm_offset_t zone_map_max_address; variable
292 ((vm_offset_t)(addr) + size -1) < zone_map_max_address)
296 ((vm_offset_t)(zone_virtual_addr((vm_map_address_t)addr)) + size -1) < zone_map_max_address)
854 zone_map_max_address = zone_max;

Completed in 66 milliseconds