Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator.h406 uint64_t ref_count_attr:1; member
461 .ref_count_attr = (default_value), \
H A Dvm_configurator.c611 …("%s %sref count: %u%s", submap_prefix, HIGHLIGHT(info->ref_count, object.ref_count_attr)); in dump_region_info()
1772 …map_prefix, HIGHLIGHT(object_checker_get_vm_region_ref_count(obj_checker), object.ref_count_attr)); in dump_checker_info_with_highlighting()
1774 …, submap_prefix, HIGHLIGHT(object_checker_get_self_ref_count(obj_checker), object.ref_count_attr)); in dump_checker_info_with_highlighting()
3057 if (obj_checker->verify.ref_count_attr && in verify_allocation()
3062 bad_object_attr.ref_count_attr = true; in verify_allocation()