Home
last modified time | relevance | path

Searched refs:zone_info_array (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/tests/
H A Dmemorystatus_zone_test.c78 static mach_zone_info_array_t zone_info_array = NULL; variable
270 kr = mach_zone_info_for_zone(mach_host_self(), current_test.zone_names[i], &(zone_info_array[i])); in query_zone_info()
283 print_zone_info(&(current_test.zone_names[i]), &(zone_info_array[i])); in query_zone_info()
296 vm_map_entry_element_count = zone_info_array[i].mzi_count; in vme_zone_compares_to_vm_objects()
298 vm_object_element_count = zone_info_array[i].mzi_count; in vme_zone_compares_to_vm_objects()
300 print_zone_info(&(current_test.zone_names[i]), &(zone_info_array[i])); in vme_zone_compares_to_vm_objects()
439 print_zone_info(&(current_test.zone_names[i]), &(zone_info_array[i])); in cleanup_and_end_test()
664zone_info_array = (mach_zone_info_array_t) calloc((unsigned long)current_test.num_zones, sizeof *z… in run_test()