Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator.h176 unsigned object_count; member
H A Dvm_configurator.c2097 object_tmpl->submap.objects, object_tmpl->submap.object_count, in allocate_submap_storage_and_checker()
4113 if (tmpl->submap.object_count == 0) { in make_vm_config()
4114 tmpl->submap.object_count = submap_object_template_count - object_index; in make_vm_config()
4116 assert(object_index + tmpl->submap.object_count <= submap_object_template_count); in make_vm_config()